コード例 #1
0
 public function test_it_empty_the_types_table()
 {
     (new Activity())->truncate();
     $this->assertEquals(0, ActivityModel::count());
 }