For #9605: move TestApplication to the helpers package.

The helpers/ package is created to separate the test support code from
the code under test.
fennec/production
Michael Comella 4 years ago committed by Michael Comella
parent 6e0d851da3
commit 8df49473c0

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

@ -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() {
Loading…
Cancel
Save