[fenix] For https://github.com/mozilla-mobile/fenix/issues/9605: move TestApplication to the helpers package.

The helpers/ package is created to separate the test support code from
the code under test.
pull/600/head
Michael Comella 5 years ago committed by Michael Comella
parent f11bb37121
commit dff3a69dc3

@ -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