Skip to content

Commit

Permalink
Update SetupTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta authored Feb 10, 2018
1 parent 042314d commit 5c0a500
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/SetupTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php
use PHPUnit_Framework_Constraint_IsType as PHPUnit_IsType;
use \Dframe\Database\WhereStringChunk;
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')) {
Expand All @@ -18,4 +19,4 @@ public function setUp(){
public function testToDo(){

}
}
}

0 comments on commit 5c0a500

Please sign in to comment.