Esempio n. 1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testSetFactoryClassFail()
 {
     Range::setFactoryClass('\\InvalidArgumentException');
 }