Method |
Description |
|
__construct ( $description ) |
|
|
contains ( $needle ) |
|
|
containsOnly ( $type, $isNativeType = NULL ) |
|
|
containsOnlyInstancesOf ( $class ) |
|
|
count ( $array ) |
|
|
endsWith ( $suffix ) |
|
|
equalXMLStructure ( $xml, $checkAttributes = FALSE ) |
|
|
equals ( $expected ) |
|
|
equalsFile ( $file ) |
|
|
equalsJsonFile ( $file ) |
|
|
equalsJsonString ( $string ) |
|
|
equalsXmlFile ( $file ) |
|
|
equalsXmlString ( $xmlString ) |
|
|
exists ( ) |
|
|
false ( ) |
|
|
greaterOrEquals ( $expected ) |
|
|
greaterThan ( $expected ) |
|
|
hasAttribute ( $attribute ) |
|
|
hasKey ( $key ) |
|
|
hasStaticAttribute ( $attribute ) |
|
|
hasntKey ( $key ) |
|
|
internalType ( $type ) |
|
|
isEmpty ( ) |
|
|
isInstanceOf ( $class ) |
|
|
isNotInstanceOf ( $class ) |
|
|
lessOrEquals ( $expected ) |
|
|
lessThan ( $expected ) |
|
|
matchesFormat ( $format ) |
|
|
matchesFormatFile ( $formatFile ) |
|
|
notContains ( $needle ) |
|
|
notContainsOnly ( $type, $isNativeType = NULL ) |
|
|
notCount ( $array ) |
|
|
notEmpty ( ) |
|
|
notEndsWith ( $suffix ) |
|
|
notEquals ( $expected ) |
|
|
notEqualsFile ( $file ) |
|
|
notExists ( ) |
|
|
notHasAttribute ( $attribute ) |
|
|
notHasStaticAttribute ( $attribute ) |
|
|
notInternalType ( $type ) |
|
|
notMatchesFormat ( $format ) |
|
|
notMatchesFormatFile ( $formatFile ) |
|
|
notNull ( ) |
|
|
notSame ( $expected ) |
|
|
notStartsWith ( $prefix ) |
|
|
null ( ) |
|
|
regExp ( $expression ) |
|
|
same ( $expected ) |
|
|
setIsFileExpectation ( boolean $isFileExpectation ) |
|
|
startsWith ( $prefix ) |
|
|
true ( ) |
|
|