Skip to content

Commit

Permalink
fixup! Sync with phpunit-bridge recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Jan 13, 2024
1 parent 7c7fb51 commit 9da333a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
KERNEL_CLASS='Wallabag\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
SYMFONY_DEPRECATIONS_HELPER=weak
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
bootstrap="tests/bootstrap.php"
>
<php>
<ini name="display_errors" value="1" />
<!-- <ini name="display_errors" value="1" /> -->
<ini name="error_reporting" value="-1" />
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
<server name="SYMFONY_PHPUNIT_VERSION" value="7.5" />
<!-- <server name="SYMFONY_PHPUNIT_VERSION" value="7.5" /> -->
</php>

<testsuites>
Expand All @@ -23,7 +23,7 @@
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory>vendor</directory>
Expand Down

0 comments on commit 9da333a

Please sign in to comment.