Skip to content

Commit 5772888

Browse files
committed
Update PHPUnit to ^6.0.
1 parent 15b879c commit 5772888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=5.4",
1919
"behat/behat": "~3.0",
2020
"guzzlehttp/guzzle": "~6",
21-
"phpunit/phpunit": ">=4.0"
21+
"phpunit/phpunit": "^6.0"
2222
},
2323
"require-dev": {
2424
"symfony/process": "~2.1",

src/Context/WebApiContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Behat\Gherkin\Node\TableNode;
1515
use GuzzleHttp\ClientInterface;
1616
use GuzzleHttp\Exception\RequestException;
17-
use PHPUnit_Framework_Assert as Assertions;
17+
use PHPUnit\Framework\Assert as Assertions;
1818
use GuzzleHttp\Psr7\Request;
1919
use Psr\Http\Message\ResponseInterface;
2020

0 commit comments

Comments
 (0)