示例#1
0
 public function test_it_empty_the_types_table()
 {
     (new Type())->truncate();
     $this->assertEquals(0, TypeModel::count());
 }