Skip to content

Commit

Permalink
Migrate to PHPUnit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Mar 25, 2022
1 parent 7a55a08 commit 7b64312
Show file tree
Hide file tree
Showing 93 changed files with 1,034 additions and 730 deletions.
19 changes: 6 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
.vagrant
tests/Zend/Db/Table/_files/cachefiles/*
tests/Zend/Auth/Adapter/OpenId/_files/*
tests/Zend/Filter/_files/Compress/*
tests/Zend/Filter/_files/Users/*
tests/Zend/OpenId/Provider/Storage/_files/*
tests/Zend/OpenId/_files/*
tests/Zend/Translate/Adapter/_files/zend_cache---internal-metadatas---testid
tests/Zend/Translate/Adapter/_files/zend_cache---testid
tests/TestConfiguration.php
vendor/*
bin/dbunit
bin/phpunit
/.idea/
/vendor/
/tests/Zend/Filter/_files/Compress/*
/tests/Zend/Filter/_files/Users/*
/tests/Zend/Translate/Adapter/_files/zend_cache---internal-metadatas---testid
/tests/Zend/Translate/Adapter/_files/zend_cache---testid
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "@stable",
"friendsofphp/php-cs-fixer": "@stable"
}
}
Loading

0 comments on commit 7b64312

Please sign in to comment.