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