Skip to content

Commit

Permalink
phpunit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Sep 22, 2024
1 parent 2eb2901 commit fd1f955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/examples/cache/
/docs/api/
/phpdoc.xml
/.phpunit.cache
.phpunit.cache
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"symfony/dom-crawler": "^4.2|^5.0|^6|^7"
},
"require-dev": {
"phpunit/phpunit": "^10",
"phpunit/phpunit": "^9",
"mediawiki/minus-x": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"mediawiki/mediawiki-codesniffer": "^44.0",
Expand Down
8 changes: 0 additions & 8 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true">
Expand All @@ -13,10 +11,4 @@
<directory>tests</directory>
</testsuite>
</testsuites>

<source restrictNotices="true" restrictWarnings="true">
<include>
<directory>src</directory>
</include>
</source>
</phpunit>

0 comments on commit fd1f955

Please sign in to comment.