File tree 3 files changed +3
-6
lines changed
tests/Functional/Shared/Infrastructure/Controller
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
APP_ENV = test
3
3
KERNEL_CLASS = ' App\Shared\Infrastructure\Kernel'
4
4
APP_SECRET = ' $ecretf0rt3st'
5
- SYMFONY_DEPRECATIONS_HELPER = 999999
5
+ SYMFONY_DEPRECATIONS_HELPER = disabled
6
6
PANTHER_APP_ENV = panther
7
7
PANTHER_ERROR_SCREENSHOT_DIR = ./var/error-screenshots
Original file line number Diff line number Diff line change 33
33
<listener class =" Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
34
34
</listeners >
35
35
36
- <!-- Run `composer require symfony/panther` before enabling this extension -->
37
- <!--
38
36
<extensions >
39
- <extension class="Symfony\Component\Panther\ServerExtension " />
37
+ <extension class =" DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension " />
40
38
</extensions >
41
- -->
42
39
</phpunit >
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace App \Tests \Functional \Controller ;
3
+ namespace App \Tests \Functional \Shared \ Infrastructure \ Controller ;
4
4
5
5
use Symfony \Bundle \FrameworkBundle \Test \WebTestCase ;
6
6
use Symfony \Component \HttpFoundation \Request ;
You can’t perform that action at this time.
0 commit comments