We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a9a74 commit 1f9bd3aCopy full SHA for 1f9bd3a
.github/workflows/tests.yml
@@ -704,4 +704,4 @@ jobs:
704
run: composer require phpunit/phpunit:~${{ matrix.phpunit-version }} --no-interaction --no-progress
705
706
- name: PHPUnit
707
- run: vendor/bin/phpunit --display-deprecations
+ run: vendor/bin/phpunit
phpunit.xml
@@ -1,6 +1,8 @@
1
<phpunit
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
+ displayDetailsOnPhpunitDeprecations="true"
5
+ displayDetailsOnTestsThatTriggerDeprecations="true"
6
bootstrap="vendor/autoload.php">
7
<testsuite name="Unit tests">
8
<directory>tests/</directory>
0 commit comments