Skip to content

Commit

Permalink
fixed tests for phpunit 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 12, 2017
1 parent 947327d commit 2229b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/AuthManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author Andrii Vasyliev <sol@hiqdev.com>
*/
class AuthManagerTest extends \PHPUnit_Framework_TestCase
class AuthManagerTest extends \PHPUnit\Framework\TestCase
{
use CheckAccessTrait;

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/IniterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andrii Vasyliev <sol@hiqdev.com>
*/
class IniterTest extends \PHPUnit_Framework_TestCase
class IniterTest extends \PHPUnit\Framework\TestCase
{
use CheckAccessTrait;

Expand Down

0 comments on commit 2229b5f

Please sign in to comment.