Skip to content

Commit 04de125

Browse files
authored
Phpunit wrapper (#4817)
* changed build process for phar * Switched to use phpunit-wrapper * loading shim * fixed REST * Switched to use phpunit-wrapper * Fixed tests * Switched to use phpunit-wrapper * Fixed zend expressive - to not install dev deps * Switched to use phpunit-wrapper * no dev dependencies for project * Fixed laravel event tests * fixed Laravel event mocking * Removed PHP 5.4 and PHP 5.5 tests from Travis CI
1 parent e581fca commit 04de125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/RedisTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ protected function setUp()
9494
protected function shouldFail($exceptionClass = null)
9595
{
9696
if (!$exceptionClass) {
97-
$exceptionClass = 'PHPUnit_Framework_AssertionFailedError';
97+
$exceptionClass = 'PHPUnit\Framework\AssertionFailedError';
9898
}
9999

100100
$this->setExpectedException($exceptionClass);

0 commit comments

Comments
 (0)