Exemplo n.º 1
0
 public function testModifyTable()
 {
     $t = Table3Peer::getTableMap();
     $this->assertTrue($t->hasColumn('test'), 'modifyTable hook is called when building the model structure');
 }