Home
last modified time | relevance | path

Searched refs:failureDescription (Results 1 – 21 of 21) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DConstraint.php96 $failureDescription = sprintf(
98 $this->failureDescription($other)
104 $failureDescription .= "\n" . $additionalFailureDescription;
108 $failureDescription = $description . "\n" . $failureDescription;
112 $failureDescription,
145 protected function failureDescription($other) function in PHPUnit_Framework_Constraint
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DArrayHasKey.php76 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ArrayHasKey
H A DArraySubset.php84 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ArraySubset
H A DAttribute.php80 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Attribute
H A DClassHasAttribute.php71 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ClassHasAttribute
H A DCount.php103 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Count
H A DDirectoryExists.php41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_DirectoryExists
H A DException.php50 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Exception
H A DExceptionCode.php50 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ExceptionCode
H A DExceptionMessage.php54 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ExceptionMessage
H A DExceptionMessageRegExp.php58 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ExceptionMessageRegExp
H A DFileExists.php41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_FileExists
H A DIsEmpty.php53 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsEmpty
H A DIsIdentical.php102 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsIdentical
112 return parent::failureDescription($other);
H A DIsInstanceOf.php56 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsInstanceOf
H A DIsJson.php48 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsJson
H A DIsReadable.php41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsReadable
H A DIsWritable.php41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsWritable
H A DNot.php112 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Not
118 return 'not( ' . $this->constraint->failureDescription($other) . ' )';
122 $this->constraint->failureDescription($other)
H A DStringMatches.php37 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_StringMatches
H A DTraversableContains.php115 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_TraversableContains