Exemple #1
0
 public function testGetName()
 {
     $file = new File(__FILE__);
     $this->assertSame('FileTest.php', $file->getName());
 }