コード例 #1
0
ファイル: CategoryTest.php プロジェクト: typo3union/Python
 /**
  * @test
  */
 public function getImageReturnsInitialValueForFileReference()
 {
     $this->assertEquals(NULL, $this->subject->getImage());
 }