コード例 #1
0
ファイル: AModelTest.php プロジェクト: f21/paradox
 /**
  * @covers Paradox\AModel::afterOpen
  */
 public function testAfterOpen()
 {
     $this->assertNull($this->model->afterOpen(), "The afterOpen() method should return nothing in the abstract implementation");
 }