Example #1
0
 /**
  * @expectedException \DomainException
  */
 public function testRegisterInvalidFileLoader()
 {
     $this->loader->registerFileLoader('\\StdClass');
 }