Example #1
0
 /**
  * @expectedException \Sesshin\Exception
  */
 public function testThrowsExceptionOnEmptyFile()
 {
     $fileGenerator = new File(__DIR__ . '/files/empty.txt');
     $fileGenerator->generate();
 }