delete() public method

public delete ( $file )
Example #1
0
 /**
  * @expectedException \Bolt\Filesystem\Exception\FileNotFoundException
  */
 public function testDelete()
 {
     $this->container->delete('filename');
 }