Skip to content

Commit 053077a

Browse files
committed
Making phpunit direct recipe match phpunit-bridge
1 parent e488bb4 commit 053077a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

phpunit/phpunit/4.7/.env.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
KERNEL_CLASS='App\Kernel'
33
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999
5+
PANTHER_APP_ENV=panther
6+
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots

phpunit/phpunit/4.7/phpunit.xml.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,18 @@
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>

0 commit comments

Comments
 (0)