示例#1
0
 /**
  * @assert (0) == NULL
  * @expectedException Gilak\FiloTherapy\Text\Exceptions\NoPermissionForWritingException
  */
 public function ignore_testTextShouldThrowNoPermissionForWritingException()
 {
     $this->markTestSkipped('for running this test you should create a notebook.txt with no write permission');
     $this->therapist->text(__DIR__ . "/notebook.txt");
 }