Skip to content

Commit 139eb88

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 6844697 commit 139eb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/Codeception/Module/AssertsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
class AssertsTest extends PHPUnit_Framework_TestCase
2+
class AssertsTest extends \PHPUnit\Framework\TestCase
33
{
44
public function testAsserts()
55
{
@@ -44,7 +44,7 @@ public function testExceptions()
4444
}
4545

4646
/**
47-
* @expectedException PHPUnit_Framework_AssertionFailedError
47+
* @expectedException PHPUnit\Framework\AssertionFailedError
4848
*/
4949
public function testExceptionFails()
5050
{

0 commit comments

Comments
 (0)