Skip to content

Commit

Permalink
Update SetupTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta committed Feb 10, 2018
1 parent 5c0a500 commit eca49c5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/SetupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
namespace Dframe\tests;
ini_set('session.use_cookies', 0);

use PHPUnit_Framework_Constraint_IsType as PHPUnit_IsType;

// backward compatibility
if (!class_exists('\PHPUnit\Framework\TestCase') AND class_exists('\PHPUnit_Framework_TestCase')) {
class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
}

class SetupTest extends PHPUnit_Framework_TestCase {
class SetupTest extends \PHPUnit\Framework\TestCase {


public function setUp(){
Expand Down

0 comments on commit eca49c5

Please sign in to comment.