Home
last modified time | relevance | path

Searched refs:ERROR_CODE (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php71 …['class' => 'Class', 'code' => ExceptionTest::ERROR_CODE, 'message' => ExceptionTest::ERROR_MESSAG…
81 …['class' => 'Class', 'code' => My\Space\ExceptionNamespaceTest::ERROR_CODE, 'message' => My\Space\…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionNamespaceTest.php19 const ERROR_CODE = 200; define in My\\Space\\ExceptionNamespaceTest
H A DExceptionTest.php23 const ERROR_CODE = 500; define in ExceptionTest