Skip to content

Commit edf2592

Browse files
committed
Revert "build: bump testbench 8"
This reverts commit 8d09001.
1 parent 8d09001 commit edf2592

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
/coverage
33
composer.phar
44
composer.lock
5-
/.phpunit.cache/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"nunomaduro/larastan": "^2.4",
25-
"orchestra/testbench": "^8"
25+
"orchestra/testbench": "^7.21"
2626
},
2727
"autoload": {
2828
"psr-4": {

phpunit.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
backupGlobals="false"
2+
<phpunit backupGlobals="false"
3+
backupStaticAttributes="false"
44
bootstrap="vendor/autoload.php"
55
colors="true"
6+
convertErrorsToExceptions="true"
7+
convertNoticesToExceptions="true"
8+
convertWarningsToExceptions="true"
69
processIsolation="false"
710
stopOnFailure="false"
8-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
9-
cacheDirectory=".phpunit.cache"
10-
backupStaticProperties="false">
11+
>
1112
<testsuites>
1213
<testsuite name="Package Test Suite">
1314
<directory suffix=".php">./tests/</directory>

0 commit comments

Comments
 (0)