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