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.
1 parent 15b879c commit 5772888Copy full SHA for 5772888
composer.json
@@ -18,7 +18,7 @@
18
"php": ">=5.4",
19
"behat/behat": "~3.0",
20
"guzzlehttp/guzzle": "~6",
21
- "phpunit/phpunit": ">=4.0"
+ "phpunit/phpunit": "^6.0"
22
},
23
"require-dev": {
24
"symfony/process": "~2.1",
src/Context/WebApiContext.php
@@ -14,7 +14,7 @@
14
use Behat\Gherkin\Node\TableNode;
15
use GuzzleHttp\ClientInterface;
16
use GuzzleHttp\Exception\RequestException;
17
-use PHPUnit_Framework_Assert as Assertions;
+use PHPUnit\Framework\Assert as Assertions;
use GuzzleHttp\Psr7\Request;
use Psr\Http\Message\ResponseInterface;
0 commit comments