コード例 #1
0
ファイル: ClazzTest.php プロジェクト: niklongstone/manager
 public function testResetFileName()
 {
     $this->class->setFileName('MyFile.php');
     $this->class->resetFileName();
     $this->assertSame('MyClass.php', $this->class->getFileName());
 }