|
Lggr
|

Static Public Member Functions | |
| static | assertArrayHasKey ($key, $array, $message='') |
| static | assertArraySubset ($subset, $array, $strict=false, $message='') |
| static | assertArrayNotHasKey ($key, $array, $message='') |
| static | assertContains ($needle, $haystack, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false) |
| static | assertAttributeContains ($needle, $haystackAttributeName, $haystackClassOrObject, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false) |
| static | assertNotContains ($needle, $haystack, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false) |
| static | assertAttributeNotContains ($needle, $haystackAttributeName, $haystackClassOrObject, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false) |
| static | assertContainsOnly ($type, $haystack, $isNativeType=null, $message='') |
| static | assertContainsOnlyInstancesOf ($classname, $haystack, $message='') |
| static | assertAttributeContainsOnly ($type, $haystackAttributeName, $haystackClassOrObject, $isNativeType=null, $message='') |
| static | assertNotContainsOnly ($type, $haystack, $isNativeType=null, $message='') |
| static | assertAttributeNotContainsOnly ($type, $haystackAttributeName, $haystackClassOrObject, $isNativeType=null, $message='') |
| static | assertCount ($expectedCount, $haystack, $message='') |
| static | assertAttributeCount ($expectedCount, $haystackAttributeName, $haystackClassOrObject, $message='') |
| static | assertNotCount ($expectedCount, $haystack, $message='') |
| static | assertAttributeNotCount ($expectedCount, $haystackAttributeName, $haystackClassOrObject, $message='') |
| static | assertEquals ($expected, $actual, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false) |
| static | assertAttributeEquals ($expected, $actualAttributeName, $actualClassOrObject, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false) |
| static | assertNotEquals ($expected, $actual, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false) |
| static | assertAttributeNotEquals ($expected, $actualAttributeName, $actualClassOrObject, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false) |
| static | assertEmpty ($actual, $message='') |
| static | assertAttributeEmpty ($haystackAttributeName, $haystackClassOrObject, $message='') |
| static | assertNotEmpty ($actual, $message='') |
| static | assertAttributeNotEmpty ($haystackAttributeName, $haystackClassOrObject, $message='') |
| static | assertGreaterThan ($expected, $actual, $message='') |
| static | assertAttributeGreaterThan ($expected, $actualAttributeName, $actualClassOrObject, $message='') |
| static | assertGreaterThanOrEqual ($expected, $actual, $message='') |
| static | assertAttributeGreaterThanOrEqual ($expected, $actualAttributeName, $actualClassOrObject, $message='') |
| static | assertLessThan ($expected, $actual, $message='') |
| static | assertAttributeLessThan ($expected, $actualAttributeName, $actualClassOrObject, $message='') |
| static | assertLessThanOrEqual ($expected, $actual, $message='') |
| static | assertAttributeLessThanOrEqual ($expected, $actualAttributeName, $actualClassOrObject, $message='') |
| static | assertFileEquals ($expected, $actual, $message='', $canonicalize=false, $ignoreCase=false) |
| static | assertFileNotEquals ($expected, $actual, $message='', $canonicalize=false, $ignoreCase=false) |
| static | assertStringEqualsFile ($expectedFile, $actualString, $message='', $canonicalize=false, $ignoreCase=false) |
| static | assertStringNotEqualsFile ($expectedFile, $actualString, $message='', $canonicalize=false, $ignoreCase=false) |
| static | assertIsReadable ($filename, $message='') |
| static | assertNotIsReadable ($filename, $message='') |
| static | assertIsWritable ($filename, $message='') |
| static | assertNotIsWritable ($filename, $message='') |
| static | assertDirectoryExists ($directory, $message='') |
| static | assertDirectoryNotExists ($directory, $message='') |
| static | assertDirectoryIsReadable ($directory, $message='') |
| static | assertDirectoryNotIsReadable ($directory, $message='') |
| static | assertDirectoryIsWritable ($directory, $message='') |
| static | assertDirectoryNotIsWritable ($directory, $message='') |
| static | assertFileExists ($filename, $message='') |
| static | assertFileNotExists ($filename, $message='') |
| static | assertFileIsReadable ($file, $message='') |
| static | assertFileNotIsReadable ($file, $message='') |
| static | assertFileIsWritable ($file, $message='') |
| static | assertFileNotIsWritable ($file, $message='') |
| static | assertTrue ($condition, $message='') |
| static | assertNotTrue ($condition, $message='') |
| static | assertFalse ($condition, $message='') |
| static | assertNotFalse ($condition, $message='') |
| static | assertNull ($actual, $message='') |
| static | assertNotNull ($actual, $message='') |
| static | assertFinite ($actual, $message='') |
| static | assertInfinite ($actual, $message='') |
| static | assertNan ($actual, $message='') |
| static | assertClassHasAttribute ($attributeName, $className, $message='') |
| static | assertClassNotHasAttribute ($attributeName, $className, $message='') |
| static | assertClassHasStaticAttribute ($attributeName, $className, $message='') |
| static | assertClassNotHasStaticAttribute ($attributeName, $className, $message='') |
| static | assertObjectHasAttribute ($attributeName, $object, $message='') |
| static | assertObjectNotHasAttribute ($attributeName, $object, $message='') |
| static | assertSame ($expected, $actual, $message='') |
| static | assertAttributeSame ($expected, $actualAttributeName, $actualClassOrObject, $message='') |
| static | assertNotSame ($expected, $actual, $message='') |
| static | assertAttributeNotSame ($expected, $actualAttributeName, $actualClassOrObject, $message='') |
| static | assertInstanceOf ($expected, $actual, $message='') |
| static | assertAttributeInstanceOf ($expected, $attributeName, $classOrObject, $message='') |
| static | assertNotInstanceOf ($expected, $actual, $message='') |
| static | assertAttributeNotInstanceOf ($expected, $attributeName, $classOrObject, $message='') |
| static | assertInternalType ($expected, $actual, $message='') |
| static | assertAttributeInternalType ($expected, $attributeName, $classOrObject, $message='') |
| static | assertNotInternalType ($expected, $actual, $message='') |
| static | assertAttributeNotInternalType ($expected, $attributeName, $classOrObject, $message='') |
| static | assertRegExp ($pattern, $string, $message='') |
| static | assertNotRegExp ($pattern, $string, $message='') |
| static | assertSameSize ($expected, $actual, $message='') |
| static | assertNotSameSize ($expected, $actual, $message='') |
| static | assertStringMatchesFormat ($format, $string, $message='') |
| static | assertStringNotMatchesFormat ($format, $string, $message='') |
| static | assertStringMatchesFormatFile ($formatFile, $string, $message='') |
| static | assertStringNotMatchesFormatFile ($formatFile, $string, $message='') |
| static | assertStringStartsWith ($prefix, $string, $message='') |
| static | assertStringStartsNotWith ($prefix, $string, $message='') |
| static | assertStringEndsWith ($suffix, $string, $message='') |
| static | assertStringEndsNotWith ($suffix, $string, $message='') |
| static | assertXmlFileEqualsXmlFile ($expectedFile, $actualFile, $message='') |
| static | assertXmlFileNotEqualsXmlFile ($expectedFile, $actualFile, $message='') |
| static | assertXmlStringEqualsXmlFile ($expectedFile, $actualXml, $message='') |
| static | assertXmlStringNotEqualsXmlFile ($expectedFile, $actualXml, $message='') |
| static | assertXmlStringEqualsXmlString ($expectedXml, $actualXml, $message='') |
| static | assertXmlStringNotEqualsXmlString ($expectedXml, $actualXml, $message='') |
| static | assertEqualXMLStructure (DOMElement $expectedElement, DOMElement $actualElement, $checkAttributes=false, $message='') |
| static | assertThat ($value, Constraint $constraint, $message='') |
| static | assertJson ($actualJson, $message='') |
| static | assertJsonStringEqualsJsonString ($expectedJson, $actualJson, $message='') |
| static | assertJsonStringNotEqualsJsonString ($expectedJson, $actualJson, $message='') |
| static | assertJsonStringEqualsJsonFile ($expectedFile, $actualJson, $message='') |
| static | assertJsonStringNotEqualsJsonFile ($expectedFile, $actualJson, $message='') |
| static | assertJsonFileEqualsJsonFile ($expectedFile, $actualFile, $message='') |
| static | assertJsonFileNotEqualsJsonFile ($expectedFile, $actualFile, $message='') |
| static | logicalAnd () |
| static | logicalOr () |
| static | logicalNot (Constraint $constraint) |
| static | logicalXor () |
| static | anything () |
| static | isTrue () |
| static | callback ($callback) |
| static | isFalse () |
| static | isJson () |
| static | isNull () |
| static | isFinite () |
| static | isInfinite () |
| static | isNan () |
| static | attribute (Constraint $constraint, $attributeName) |
| static | contains ($value, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false) |
| static | containsOnly ($type) |
| static | containsOnlyInstancesOf ($classname) |
| static | arrayHasKey ($key) |
| static | equalTo ($value, $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false) |
| static | attributeEqualTo ($attributeName, $value, $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false) |
| static | isEmpty () |
| static | isWritable () |
| static | isReadable () |
| static | directoryExists () |
| static | fileExists () |
| static | greaterThan ($value) |
| static | greaterThanOrEqual ($value) |
| static | classHasAttribute ($attributeName) |
| static | classHasStaticAttribute ($attributeName) |
| static | objectHasAttribute ($attributeName) |
| static | identicalTo ($value) |
| static | isInstanceOf ($className) |
| static | isType ($type) |
| static | lessThan ($value) |
| static | lessThanOrEqual ($value) |
| static | matchesRegularExpression ($pattern) |
| static | matches ($string) |
| static | stringStartsWith ($prefix) |
| static | stringContains ($string, $case=true) |
| static | stringEndsWith ($suffix) |
| static | countOf ($count) |
| static | fail ($message='') |
| static | readAttribute ($classOrObject, $attributeName) |
| static | getStaticAttribute ($className, $attributeName) |
| static | getObjectAttribute ($object, $attributeName) |
| static | markTestIncomplete ($message='') |
| static | markTestSkipped ($message='') |
| static | getCount () |
| static | resetCount () |
A set of assertion methods.
|
static |
|
static |
| mixed | $key |
|
static |
Asserts that an array has a specified key.
| mixed | $key | |
| array | ArrayAccess | $array | |
| string | $message |
|
static |
Asserts that an array does not have a specified key.
| mixed | $key | |
| array | ArrayAccess | $array | |
| string | $message |
|
static |
Asserts that an array has a specified subset.
| array | ArrayAccess | $subset | |
| array | ArrayAccess | $array | |
| bool | $strict | Check for object identity |
| string | $message |
|
static |
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains a needle.
| mixed | $needle | |
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| string | $message | |
| bool | $ignoreCase | |
| bool | $checkForObjectIdentity | |
| bool | $checkForNonObjectIdentity |
|
static |
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains only values of a given type.
| string | $type | |
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| bool | $isNativeType | |
| string | $message |
|
static |
Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.
| int | $expectedCount | |
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| string | $message |
|
static |
Asserts that a static attribute of a class or an attribute of an object is empty.
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| string | $message |
|
static |
Asserts that a variable is equal to an attribute of an object.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message | |
| float | $delta | |
| int | $maxDepth | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that an attribute is greater than another value.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message |
|
static |
Asserts that an attribute is greater than or equal to another value.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message |
|
static |
Asserts that an attribute is of a given type.
| string | $expected | |
| string | $attributeName | |
| string | object | $classOrObject | |
| string | $message |
|
static |
Asserts that an attribute is of a given type.
| string | $expected | |
| string | $attributeName | |
| string | object | $classOrObject | |
| string | $message |
|
static |
Asserts that an attribute is smaller than another value.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message |
|
static |
Asserts that an attribute is smaller than or equal to another value.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message |
|
static |
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain a needle.
| mixed | $needle | |
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| string | $message | |
| bool | $ignoreCase | |
| bool | $checkForObjectIdentity | |
| bool | $checkForNonObjectIdentity |
|
static |
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain only values of a given type.
| string | $type | |
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| bool | $isNativeType | |
| string | $message |
|
static |
Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.
| int | $expectedCount | |
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| string | $message |
|
static |
Asserts that a static attribute of a class or an attribute of an object is not empty.
| string | $haystackAttributeName | |
| string | object | $haystackClassOrObject | |
| string | $message |
|
static |
Asserts that a variable is not equal to an attribute of an object.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message | |
| float | $delta | |
| int | $maxDepth | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that an attribute is of a given type.
| string | $expected | |
| string | $attributeName | |
| string | object | $classOrObject | |
| string | $message |
|
static |
Asserts that an attribute is of a given type.
| string | $expected | |
| string | $attributeName | |
| string | object | $classOrObject | |
| string | $message |
|
static |
Asserts that a variable and an attribute of an object do not have the same type and value.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message |
|
static |
Asserts that a variable and an attribute of an object have the same type and value.
| mixed | $expected | |
| string | $actualAttributeName | |
| string | object | $actualClassOrObject | |
| string | $message |
|
static |
Asserts that a class has a specified attribute.
| string | $attributeName | |
| string | $className | |
| string | $message |
|
static |
Asserts that a class has a specified static attribute.
| string | $attributeName | |
| string | $className | |
| string | $message |
|
static |
Asserts that a class does not have a specified attribute.
| string | $attributeName | |
| string | $className | |
| string | $message |
|
static |
Asserts that a class does not have a specified static attribute.
| string | $attributeName | |
| string | $className | |
| string | $message |
|
static |
Asserts that a haystack contains a needle.
| mixed | $needle | |
| mixed | $haystack | |
| string | $message | |
| bool | $ignoreCase | |
| bool | $checkForObjectIdentity | |
| bool | $checkForNonObjectIdentity |
|
static |
Asserts that a haystack contains only values of a given type.
| string | $type | |
| mixed | $haystack | |
| bool | $isNativeType | |
| string | $message |
|
static |
Asserts that a haystack contains only instances of a given classname
| string | $classname | |
| array | \Traversable | $haystack | |
| string | $message |
|
static |
Asserts the number of elements of an array, Countable or Traversable.
| int | $expectedCount | |
| mixed | $haystack | |
| string | $message |
|
static |
Asserts that a directory exists.
| string | $directory | |
| string | $message |
|
static |
Asserts that a directory exists and is readable.
| string | $directory | |
| string | $message |
|
static |
Asserts that a directory exists and is writable.
| string | $directory | |
| string | $message |
|
static |
Asserts that a directory does not exist.
| string | $directory | |
| string | $message |
|
static |
Asserts that a directory exists and is not readable.
| string | $directory | |
| string | $message |
|
static |
Asserts that a directory exists and is not writable.
| string | $directory | |
| string | $message |
|
static |
Asserts that a variable is empty.
| mixed | $actual | |
| string | $message |
| AssertionFailedError |
|
static |
Asserts that two variables are equal.
| mixed | $expected | |
| mixed | $actual | |
| string | $message | |
| float | $delta | |
| int | $maxDepth | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that a hierarchy of DOMElements matches.
| DOMElement | $expectedElement | |
| DOMElement | $actualElement | |
| bool | $checkAttributes | |
| string | $message |
|
static |
Asserts that a condition is false.
| bool | $condition | |
| string | $message |
| AssertionFailedError |
|
static |
Asserts that the contents of one file is equal to the contents of another file.
| string | $expected | |
| string | $actual | |
| string | $message | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that a file exists.
| string | $filename | |
| string | $message |
|
static |
Asserts that a file exists and is readable.
| string | $file | |
| string | $message |
|
static |
Asserts that a file exists and is writable.
| string | $file | |
| string | $message |
|
static |
Asserts that the contents of one file is not equal to the contents of another file.
| string | $expected | |
| string | $actual | |
| string | $message | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that a file does not exist.
| string | $filename | |
| string | $message |
|
static |
Asserts that a file exists and is not readable.
| string | $file | |
| string | $message |
|
static |
Asserts that a file exists and is not writable.
| string | $file | |
| string | $message |
|
static |
Asserts that a variable is finite.
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a value is greater than another value.
| mixed | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a value is greater than or equal to another value.
| mixed | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a variable is infinite.
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a variable is of a given type.
| string | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a variable is of a given type.
| string | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a file/dir is readable.
| string | $filename | |
| string | $message |
|
static |
Asserts that a file/dir exists and is writable.
| string | $filename | |
| string | $message |
|
static |
Asserts that a string is a valid JSON string.
| string | $actualJson | |
| string | $message |
|
static |
Asserts that two JSON files are equal.
| string | $expectedFile | |
| string | $actualFile | |
| string | $message |
|
static |
Asserts that two JSON files are not equal.
| string | $expectedFile | |
| string | $actualFile | |
| string | $message |
|
static |
Asserts that the generated JSON encoded object and the content of the given file are equal.
| string | $expectedFile | |
| string | $actualJson | |
| string | $message |
|
static |
Asserts that two given JSON encoded objects or arrays are equal.
| string | $expectedJson | |
| string | $actualJson | |
| string | $message |
|
static |
Asserts that the generated JSON encoded object and the content of the given file are not equal.
| string | $expectedFile | |
| string | $actualJson | |
| string | $message |
|
static |
Asserts that two given JSON encoded objects or arrays are not equal.
| string | $expectedJson | |
| string | $actualJson | |
| string | $message |
|
static |
Asserts that a value is smaller than another value.
| mixed | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a value is smaller than or equal to another value.
| mixed | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a variable is nan.
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a haystack does not contain a needle.
| mixed | $needle | |
| mixed | $haystack | |
| string | $message | |
| bool | $ignoreCase | |
| bool | $checkForObjectIdentity | |
| bool | $checkForNonObjectIdentity |
|
static |
Asserts that a haystack does not contain only values of a given type.
| string | $type | |
| mixed | $haystack | |
| bool | $isNativeType | |
| string | $message |
|
static |
Asserts the number of elements of an array, Countable or Traversable.
| int | $expectedCount | |
| mixed | $haystack | |
| string | $message |
|
static |
Asserts that a variable is not empty.
| mixed | $actual | |
| string | $message |
| AssertionFailedError |
|
static |
Asserts that two variables are not equal.
| mixed | $expected | |
| mixed | $actual | |
| string | $message | |
| float | $delta | |
| int | $maxDepth | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that a condition is not false.
| bool | $condition | |
| string | $message |
| AssertionFailedError |
|
static |
Asserts that a variable is not of a given type.
| string | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a variable is not of a given type.
| string | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a file/dir exists and is not readable.
| string | $filename | |
| string | $message |
|
static |
Asserts that a file/dir exists and is not writable.
| string | $filename | |
| string | $message |
|
static |
Asserts that a variable is not null.
| mixed | $actual | |
| string | $message |
|
static |
Asserts that a string does not match a given regular expression.
| string | $pattern | |
| string | $string | |
| string | $message |
|
static |
Asserts that two variables do not have the same type and value. Used on objects, it asserts that two variables do not reference the same object.
| mixed | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Assert that the size of two arrays (or Countable or Traversable objects) is not the same.
| array | \Countable | \Traversable | $expected | |
| array | \Countable | \Traversable | $actual | |
| string | $message |
|
static |
Asserts that a condition is not true.
| bool | $condition | |
| string | $message |
| AssertionFailedError |
|
static |
Asserts that a variable is null.
| mixed | $actual | |
| string | $message |
|
static |
Asserts that an object has a specified attribute.
| string | $attributeName | |
| object | $object | |
| string | $message |
|
static |
Asserts that an object does not have a specified attribute.
| string | $attributeName | |
| object | $object | |
| string | $message |
|
static |
Asserts that a string matches a given regular expression.
| string | $pattern | |
| string | $string | |
| string | $message |
|
static |
Asserts that two variables have the same type and value. Used on objects, it asserts that two variables reference the same object.
| mixed | $expected | |
| mixed | $actual | |
| string | $message |
|
static |
Assert that the size of two arrays (or Countable or Traversable objects) is the same.
| array | \Countable | \Traversable | $expected | |
| array | \Countable | \Traversable | $actual | |
| string | $message |
|
static |
Asserts that a string ends not with a given suffix.
| string | $suffix | |
| string | $string | |
| string | $message |
|
static |
Asserts that a string ends with a given suffix.
| string | $suffix | |
| string | $string | |
| string | $message |
|
static |
Asserts that the contents of a string is equal to the contents of a file.
| string | $expectedFile | |
| string | $actualString | |
| string | $message | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that a string matches a given format string.
| string | $format | |
| string | $string | |
| string | $message |
|
static |
Asserts that a string matches a given format file.
| string | $formatFile | |
| string | $string | |
| string | $message |
|
static |
Asserts that the contents of a string is not equal to the contents of a file.
| string | $expectedFile | |
| string | $actualString | |
| string | $message | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
Asserts that a string does not match a given format string.
| string | $format | |
| string | $string | |
| string | $message |
|
static |
Asserts that a string does not match a given format string.
| string | $formatFile | |
| string | $string | |
| string | $message |
|
static |
Asserts that a string starts not with a given prefix.
| string | $prefix | |
| string | $string | |
| string | $message |
|
static |
Asserts that a string starts with a given prefix.
| string | $prefix | |
| string | $string | |
| string | $message |
|
static |
Evaluates a PHPUnit\Framework\Constraint matcher object.
| mixed | $value | |
| Constraint | $constraint | |
| string | $message |
|
static |
Asserts that a condition is true.
| bool | $condition | |
| string | $message |
| AssertionFailedError |
|
static |
Asserts that two XML files are equal.
| string | $expectedFile | |
| string | $actualFile | |
| string | $message |
|
static |
Asserts that two XML files are not equal.
| string | $expectedFile | |
| string | $actualFile | |
| string | $message |
|
static |
Asserts that two XML documents are equal.
| string | $expectedFile | |
| string | DOMDocument | $actualXml | |
| string | $message |
|
static |
Asserts that two XML documents are equal.
| string | DOMDocument | $expectedXml | |
| string | DOMDocument | $actualXml | |
| string | $message |
|
static |
Asserts that two XML documents are not equal.
| string | $expectedFile | |
| string | DOMDocument | $actualXml | |
| string | $message |
|
static |
Asserts that two XML documents are not equal.
| string | DOMDocument | $expectedXml | |
| string | DOMDocument | $actualXml | |
| string | $message |
|
static |
| Constraint | $constraint | |
| string | $attributeName |
|
static |
| string | $attributeName | |
| mixed | $value | |
| float | $delta | |
| int | $maxDepth | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
| callable | $callback |
|
static |
| string | $attributeName |
|
static |
| string | $attributeName |
|
static |
| mixed | $value | |
| bool | $checkForObjectIdentity | |
| bool | $checkForNonObjectIdentity |
|
static |
| string | $type |
|
static |
| string | $classname |
|
static |
| int | $count |
|
static |
|
static |
| mixed | $value | |
| float | $delta | |
| int | $maxDepth | |
| bool | $canonicalize | |
| bool | $ignoreCase |
|
static |
|
static |
|
static |
Return the current assertion count.
|
static |
Returns the value of an object's attribute. This also works for attributes that are declared protected or private.
| object | $object | |
| string | $attributeName |
| Exception |
|
static |
Returns the value of a static attribute. This also works for attributes that are declared protected or private.
| string | $className | |
| string | $attributeName |
| Exception |
|
static |
| mixed | $value |
|
static |
| mixed | $value |
|
static |
| mixed | $value |
|
static |
|
static |
|
static |
|
static |
|
static |
| string | $className |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| string | $type |
|
static |
|
static |
| mixed | $value |
|
static |
| mixed | $value |
|
static |
|
static |
| Constraint | $constraint |
|
static |
|
static |
|
static |
|
static |
|
static |
| string | $string |
|
static |
| string | $pattern |
|
static |
| string | $attributeName |
|
static |
Returns the value of an attribute of a class or an object. This also works for attributes that are declared protected or private.
| string | object | $classOrObject | |
| string | $attributeName |
| Exception |
|
static |
Reset the assertion counter.
|
static |
| string | $string | |
| bool | $case |
|
static |
| mixed | $suffix |
|
static |
| mixed | $prefix |
1.8.17