Skip to content

Commit fda8c53

Browse files
committed
move tests to right namespace
1 parent cbaf1de commit fda8c53

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/Functional/AdminDashboardTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Tests\Functional;
12+
namespace App\Tests\Functional;
1313

1414
class AdminDashboardTest extends WebTestCase
1515
{

tests/Functional/AdminTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Tests\Functional;
12+
namespace App\Tests\Functional;
1313

1414
use Sonata\AdminBundle\Admin\AdminInterface;
1515
use Symfony\Component\Routing\Exception\MissingMandatoryParametersException;

tests/Functional/HomepageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Tests\Functional;
12+
namespace App\Tests\Functional;
1313

1414
class HomepageTest extends WebTestCase
1515
{

tests/Functional/StaticPageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Tests\Functional;
12+
namespace App\Tests\Functional;
1313

1414
class StaticPageTest extends WebTestCase
1515
{

tests/Functional/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Tests\Functional;
12+
namespace App\Tests\Functional;
1313

1414
use Liip\FunctionalTestBundle\Test\WebTestCase as BaseWebTestCase;
1515
use Symfony\Component\HttpFoundation\Response;

0 commit comments

Comments
 (0)