예제 #1
0
파일: Table.php 프로젝트: seytar/psx
 public function matches(\PHPUnit_Extensions_Database_DataSet_ITable $other)
 {
     return $this->table->getName() == $other->getTable()->getTableName();
 }