コード例 #1
0
ファイル: FileTest.php プロジェクト: blar/filesystem
 public function testGetName()
 {
     $file = new File(__FILE__);
     $this->assertSame('FileTest.php', $file->getName());
 }