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 2
2
KERNEL_CLASS = ' App\Kernel'
3
3
APP_SECRET = ' $ecretf0rt3st'
4
4
SYMFONY_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 24
24
<directory suffix =" .php" >src</directory >
25
25
</whitelist >
26
26
</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
+ -->
27
41
</phpunit >
You can’t perform that action at this time.
0 commit comments