示例#1
0
 /**
  * @test
  * @expectedException \InvalidArgumentException
  */
 public function invokeByNonCreate()
 {
     Factory::nonExisting('test');
 }