Ejemplo n.º 1
0
 /**
  * Test debugFile throws an Exception when the file does not exist
  *
  * @expectedException  InvalidArgumentException
  *
  * @return void
  */
 public function testVerifyDebugFileThrowsAnExceptionWhenTheFileDoesNotExist()
 {
     $this->object->debugFile(__DIR__ . '/data/not-existing.ini');
 }