File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 22KERNEL_CLASS = ' App\Kernel'
33APP_SECRET = ' $ecretf0rt3st'
44SYMFONY_DEPRECATIONS_HELPER = 999999
5+ PANTHER_APP_ENV = panther
6+ PANTHER_ERROR_SCREENSHOT_DIR = ./var/error-screenshots
Original file line number Diff line number Diff line change 2424 <directory suffix =" .php" >src</directory >
2525 </whitelist >
2626 </filter >
27+
28+ <!-- Run `composer require symfony/phpunit-bridge` before enabling this extension -->
29+ <!--
30+ <listeners>
31+ <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
32+ </listeners>
33+ -->
34+
35+ <!-- Run `composer require symfony/panther` before enabling this extension -->
36+ <!--
37+ <extensions>
38+ <extension class="Symfony\Component\Panther\ServerExtension" />
39+ </extensions>
40+ -->
2741</phpunit >
You can’t perform that action at this time.
0 commit comments