コード例 #1
0
ファイル: ProductTest.php プロジェクト: typo3union/Binory
 /**
  * @test
  */
 public function getTableContentReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getTableContent());
 }