1
0
Fork 0

For #9605: move TestApplication to the helpers package.

The helpers/ package is created to separate the test support code from
the code under test.
master
Michael Comella 2020-04-01 14:06:05 -07:00 committed by Michael Comella
parent 6e0d851da3
commit 8df49473c0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,6 @@
package org.mozilla.fenix.helpers
import org.mozilla.fenix.TestApplication
import org.robolectric.RobolectricTestRunner
import org.robolectric.annotation.Config

View File

@ -2,8 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.fenix
package org.mozilla.fenix.helpers
import org.mozilla.fenix.FenixApplication
import org.mozilla.fenix.components.TestComponents
class TestApplication : FenixApplication() {