Skip to content

Commit 29da4c1

Browse files
committed
Go go travis
1 parent 5e83ff1 commit 29da4c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/RelationsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public function tearDown()
1313
Role::truncate();
1414
Client::truncate();
1515
Group::truncate();
16-
MysqlUser::truncate();
1716
}
1817

1918
public function testHasMany()
@@ -295,5 +294,8 @@ public function testMysqlModel()
295294
$user->clients()->save($client);
296295
$user = MysqlUser::find($user->id); // refetch
297296
$this->assertEquals(1, count($user->clients));*/
297+
298+
// Dirty again :)
299+
MysqlUser::truncate();
298300
}
299301
}

0 commit comments

Comments
 (0)