Ejemplo n.º 1
0
 public function testSkipSql()
 {
     $fk = new ForeignKey();
     $fk->setSkipSql(true);
     $this->assertTrue($fk->isSkipSql());
 }