Exemplo n.º 1
0
Arquivo: Table.php Projeto: seytar/psx
 public function matches(\PHPUnit_Extensions_Database_DataSet_ITable $other)
 {
     return $this->table->getName() == $other->getTable()->getTableName();
 }