コード例 #1
0
ファイル: DataTest.php プロジェクト: okite11/frames21
 public function testPerform()
 {
     $this->assertTrue($this->eav->perform());
 }
コード例 #2
0
ファイル: VolumeTest.php プロジェクト: okite11/frames21
 public function testPerform()
 {
     $this->assertTrue($this->data->perform());
     $this->assertTrue($this->volume->perform());
 }