Home
last modified time | relevance | path

Searched refs:expectedCode (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionCode.php16 protected $expectedCode; variable in PHPUnit_Framework_Constraint_ExceptionCode
24 $this->expectedCode = $expected;
37 return (string) $other->getCode() == (string) $this->expectedCode;
55 $this->exporter->export($this->expectedCode)