Example #1
0
 public function testConstructWithBasePathNull()
 {
     $file = new File($this->fileName);
     $this->assertNull($file->getBasePath());
 }