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