Example #1
0
File: Table.php Project: seytar/psx
 public function matches(\PHPUnit_Extensions_Database_DataSet_ITable $other)
 {
     return $this->table->getName() == $other->getTable()->getTableName();
 }