Exemplo n.º 1
0
 /**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage ClassName must be string
  */
 public function testFactoryNotString()
 {
     ObjectFactory::factory(123);
 }