Michael Voříšek
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
7 additions and
0 deletions
-
composer.json
-
tests/Browser/phpunit.xml
-
tests/phpunit.xml
|
|
@ -18,6 +18,7 @@ |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ergebnis/composer-normalize": "^2.13", |
|
|
|
"ergebnis/phpunit-slow-test-detector": "^2.11", |
|
|
|
"friendsofphp/php-cs-fixer": "^3.0", |
|
|
|
"phpstan/extension-installer": "^1.1", |
|
|
|
"phpstan/phpstan": "^1.2", |
|
|
|
|
|
@ -3,6 +3,9 @@ |
|
|
|
bootstrap="bootstrap.php" |
|
|
|
colors="true" |
|
|
|
> |
|
|
|
<extensions> |
|
|
|
<extension class="Ergebnis\PHPUnit\SlowTestDetector\Extension"/> |
|
|
|
</extensions> |
|
|
|
<testsuites> |
|
|
|
<testsuite name="tests"> |
|
|
|
<directory>.</directory> |
|
|
|
|
|
@ -15,6 +15,9 @@ |
|
|
|
<directory>../plugins</directory> |
|
|
|
</include> |
|
|
|
</coverage> |
|
|
|
<extensions> |
|
|
|
<extension class="Ergebnis\PHPUnit\SlowTestDetector\Extension"/> |
|
|
|
</extensions> |
|
|
|
<testsuites> |
|
|
|
<testsuite name="tests"> |
|
|
|
<directory>.</directory> |
|
|
|