Exemple #1
0
 /**
  * @cover Lodestone\Utils::getParamName
  */
 public function testUtilsGetParamName_クラス名ErrorExceptionの場合_error_exceptionが返る()
 {
     $this->assertEquals('error_exception', Utils::getParamName(new ErrorException('te')));
 }