mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Update to PHPUnit 10
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
||||
bootstrap="./config/test/bootstrap_cli_tests.php"
|
||||
colors="true"
|
||||
cacheDirectory="build/.phpunit/cli-tests.cache"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Shlink CLI tests">
|
||||
@@ -11,7 +12,7 @@
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<coverage processUncoveredFiles="true">
|
||||
<coverage>
|
||||
<include>
|
||||
<directory suffix=".php">./module/CLI/src</directory>
|
||||
<directory suffix=".php">./module/Core/src</directory>
|
||||
|
||||
Reference in New Issue
Block a user