예제 #1
0
 public function testThrowTargetExceptionsOnAccessorsWork()
 {
     $this->assertTrue($this->inflector->isThrowTargetExceptionsOn());
     $this->inflector->setThrowTargetExceptionsOn(false);
     $this->assertFalse($this->inflector->isThrowTargetExceptionsOn());
 }