Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testGetConfigClassNotExists()
 {
     $mondator = new Mondator();
     $mondator->getConfigClass('Article');
 }