Making phpunit direct recipe match phpunit-bridge

This commit is contained in:
Ryan Weaver
2021-02-27 10:38:23 -05:00
parent e488bb4f14
commit 053077a3c6
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -2,3 +2,5 @@
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
+14
View File
@@ -24,4 +24,18 @@
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<!-- Run `composer require symfony/phpunit-bridge` before enabling this extension -->
<!--
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
-->
<!-- Run `composer require symfony/panther` before enabling this extension -->
<!--
<extensions>
<extension class="Symfony\Component\Panther\ServerExtension" />
</extensions>
-->
</phpunit>