Ejemplo n.º 1
0
 /**
  * Tests some config
  */
 public function testConfig()
 {
     $fk = new ForeignKey();
     $this->assertType('string', $fk->tableName());
     $this->assertType('array', $fk->primaryKey());
 }