コード例 #1
0
ファイル: BuilderTest.php プロジェクト: emhoracek/Omeka
 protected function _afterBuild(Omeka_Record_AbstractRecord $record)
 {
     $this->_test->assertTrue($record->exists());
     $this->_test->ranAfterBuild = true;
 }