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