コード例 #1
0
ファイル: EnumTest.php プロジェクト: wirus15/enum
 /**
  * @expectedException \Enum\EnumException
  */
 public function testAllThrowsExceptionWhenClassDoesntExist()
 {
     Enum::all('some_fake_class');
 }