コード例 #1
0
 /**
  * @test
  */
 public function shouldBeAbleToDropTable()
 {
     // given
     $tbl = new TestTable();
     $tbl->drop()->yesImSure();
     // then
     $this->assertFalse($tbl->exists());
 }