/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Constraint.php | 96 $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 D | Not.php | 112 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Not 118 return 'not( ' . $this->constraint->failureDescription($other) . ' )'; 122 $this->constraint->failureDescription($other)
|
H A D | IsIdentical.php | 102 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsIdentical 112 return parent::failureDescription($other);
|
H A D | IsReadable.php | 41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsReadable
|
H A D | IsWritable.php | 41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsWritable
|
H A D | DirectoryExists.php | 41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_DirectoryExists
|
H A D | FileExists.php | 41 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_FileExists
|
H A D | IsEmpty.php | 53 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsEmpty
|
H A D | IsJson.php | 48 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsJson
|
H A D | ExceptionCode.php | 50 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ExceptionCode
|
H A D | ExceptionMessageRegExp.php | 58 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ExceptionMessageRegExp
|
H A D | ArrayHasKey.php | 76 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ArrayHasKey
|
H A D | ClassHasAttribute.php | 71 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ClassHasAttribute
|
H A D | ExceptionMessage.php | 54 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ExceptionMessage
|
H A D | Attribute.php | 80 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Attribute
|
H A D | IsInstanceOf.php | 56 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_IsInstanceOf
|
H A D | Exception.php | 50 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Exception
|
H A D | StringMatches.php | 37 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_StringMatches
|
H A D | ArraySubset.php | 84 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_ArraySubset
|
H A D | Count.php | 103 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_Count
|
H A D | TraversableContains.php | 115 protected function failureDescription($other) function in PHPUnit_Framework_Constraint_TraversableContains
|