/**
  * @expectedException \InvalidArgumentException
  */
 public function testDisableInvalid()
 {
     $this->object->disable(__DIR__ . '/not-existent-file.oo');
 }