コード例 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testEnableOrUpdateInvalid()
 {
     $this->object->enableOrUpdate(__DIR__ . '/not-existent-file.oo');
 }