getFile() public method

public getFile ( )
Exemplo n.º 1
0
 public function testConstructorSetsFile()
 {
     $file = $this->getFile();
     $handler = new FileHandler($file);
     $this->assertSame($file, $handler->getFile());
 }