mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-05 07:57:38 +02:00
update phpunit to 9.6 & migrate config to latest schema
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"php": ">=5.6.0"
|
"php": ">=5.6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "9.5.*",
|
"phpunit/phpunit": "9.6.*",
|
||||||
"squizlabs/php_codesniffer": "3.6.2"
|
"squizlabs/php_codesniffer": "3.6.2"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@@ -1,17 +1,17 @@
|
|||||||
<phpunit
|
<?xml version="1.0"?>
|
||||||
colors="true"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" verbose="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
||||||
verbose="true">
|
<coverage>
|
||||||
<testsuites>
|
<include>
|
||||||
<testsuite name="altorouter">
|
<file>./AltoRouter.php</file>
|
||||||
<directory>./tests/</directory>
|
</include>
|
||||||
</testsuite>
|
<report>
|
||||||
</testsuites>
|
<clover outputFile="build/logs/clover.xml"/>
|
||||||
<filter>
|
</report>
|
||||||
<whitelist>
|
</coverage>
|
||||||
<file>./AltoRouter.php</file>
|
<testsuites>
|
||||||
</whitelist>
|
<testsuite name="altorouter">
|
||||||
</filter>
|
<directory>./tests/</directory>
|
||||||
<logging>
|
</testsuite>
|
||||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
</testsuites>
|
||||||
</logging>
|
<logging/>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Reference in New Issue
Block a user