Ejemplo n.º 1
0
 /**
  * @expectedException \Enum\EnumException
  */
 public function testAllThrowsExceptionWhenClassDoesntExist()
 {
     Enum::all('some_fake_class');
 }