Commit 29da4c17 authored by Jens Segers's avatar Jens Segers

Go go travis

parent 5e83ff1a
......@@ -13,7 +13,6 @@ class RelationsTest extends PHPUnit_Framework_TestCase {
Role::truncate();
Client::truncate();
Group::truncate();
MysqlUser::truncate();
}
public function testHasMany()
......@@ -295,5 +294,8 @@ class RelationsTest extends PHPUnit_Framework_TestCase {
$user->clients()->save($client);
$user = MysqlUser::find($user->id); // refetch
$this->assertEquals(1, count($user->clients));*/
// Dirty again :)
MysqlUser::truncate();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment