Ejemplo n.º 1
0
 /**
  */
 public function testFactory()
 {
     $this->assertEquals($this->object, Accessor::factory($this->testable));
     $this->setExpectedException('\\InvalidArgumentException');
     Accessor::factory('stringArgumentIsInvalid');
 }