We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5866eb6 + 30a10af commit d779a3bCopy full SHA for d779a3b
composer.json
@@ -13,7 +13,7 @@
13
"evenement/evenement": "^3.0 || ^2.0"
14
},
15
"require-dev": {
16
- "phpunit/phpunit": "^5.0 || ^4.8.10"
+ "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
17
18
"autoload": {
19
"psr-4": {
tests/TestCase.php
@@ -2,7 +2,9 @@
2
3
namespace React\Tests\HttpClient;
4
5
-class TestCase extends \PHPUnit_Framework_TestCase
+use PHPUnit\Framework\TestCase as BaseTestCase;
6
+
7
+class TestCase extends BaseTestCase
8
{
9
protected function expectCallableExactly($amount)
10
0 commit comments