File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.1
14
15
- 8.0
15
16
- 7.4
16
17
- 7.3
Original file line number Diff line number Diff line change 5
5
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
6
6
bootstrap =" vendor/autoload.php"
7
7
colors =" true"
8
- cacheResult =" false" >
8
+ cacheResult =" false"
9
+ convertDeprecationsToExceptions =" true" >
9
10
<testsuites >
10
11
<testsuite name =" MQ React Test Suite" >
11
12
<directory >./tests/</directory >
Original file line number Diff line number Diff line change 4
4
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.8/phpunit.xsd"
6
6
bootstrap =" vendor/autoload.php"
7
- colors =" true" >
7
+ colors =" true"
8
+ convertDeprecationsToExceptions =" true" >
8
9
<testsuites >
9
10
<testsuite name =" MQ React Test Suite" >
10
11
<directory >./tests/</directory >
Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ public function __invoke()
387
387
return $ deferred ->promise ();
388
388
}
389
389
390
+ #[\ReturnTypeWillChange]
390
391
public function count ()
391
392
{
392
393
return $ this ->pending + count ($ this ->queue );
You can’t perform that action at this time.
0 commit comments