file-fetcher
PHPUnit\Framework\Assert Member List

This is the complete list of members for PHPUnit\Framework\Assert, including all inherited members.

anything()PHPUnit\Framework\Assertstatic
arrayHasKey($key)PHPUnit\Framework\Assertstatic
assertArrayHasKey($key, $array, string $message='')PHPUnit\Framework\Assertstatic
assertArrayNotHasKey($key, $array, string $message='')PHPUnit\Framework\Assertstatic
assertArraySubset($subset, $array, bool $checkForObjectIdentity=false, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeContains($needle, string $haystackAttributeName, $haystackClassOrObject, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)PHPUnit\Framework\Assertstatic
assertAttributeContainsOnly(string $type, string $haystackAttributeName, $haystackClassOrObject, ?bool $isNativeType=null, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeCount(int $expectedCount, string $haystackAttributeName, $haystackClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeEmpty(string $haystackAttributeName, $haystackClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeEquals($expected, string $actualAttributeName, $actualClassOrObject, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertAttributeGreaterThan($expected, string $actualAttributeName, $actualClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeGreaterThanOrEqual($expected, string $actualAttributeName, $actualClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeInstanceOf(string $expected, string $attributeName, $classOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeInternalType(string $expected, string $attributeName, $classOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeLessThan($expected, string $actualAttributeName, $actualClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeLessThanOrEqual($expected, string $actualAttributeName, $actualClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeNotContains($needle, string $haystackAttributeName, $haystackClassOrObject, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)PHPUnit\Framework\Assertstatic
assertAttributeNotContainsOnly(string $type, string $haystackAttributeName, $haystackClassOrObject, ?bool $isNativeType=null, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeNotCount(int $expectedCount, string $haystackAttributeName, $haystackClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeNotEmpty(string $haystackAttributeName, $haystackClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeNotEquals($expected, string $actualAttributeName, $actualClassOrObject, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertAttributeNotInstanceOf(string $expected, string $attributeName, $classOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeNotInternalType(string $expected, string $attributeName, $classOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeNotSame($expected, string $actualAttributeName, $actualClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertAttributeSame($expected, string $actualAttributeName, $actualClassOrObject, string $message='')PHPUnit\Framework\Assertstatic
assertClassHasAttribute(string $attributeName, string $className, string $message='')PHPUnit\Framework\Assertstatic
assertClassHasStaticAttribute(string $attributeName, string $className, string $message='')PHPUnit\Framework\Assertstatic
assertClassNotHasAttribute(string $attributeName, string $className, string $message='')PHPUnit\Framework\Assertstatic
assertClassNotHasStaticAttribute(string $attributeName, string $className, string $message='')PHPUnit\Framework\Assertstatic
assertContains($needle, $haystack, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)PHPUnit\Framework\Assertstatic
assertContainsEquals($needle, iterable $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertContainsOnly(string $type, iterable $haystack, ?bool $isNativeType=null, string $message='')PHPUnit\Framework\Assertstatic
assertContainsOnlyInstancesOf(string $className, iterable $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertCount(int $expectedCount, $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertDirectoryExists(string $directory, string $message='')PHPUnit\Framework\Assertstatic
assertDirectoryIsReadable(string $directory, string $message='')PHPUnit\Framework\Assertstatic
assertDirectoryIsWritable(string $directory, string $message='')PHPUnit\Framework\Assertstatic
assertDirectoryNotExists(string $directory, string $message='')PHPUnit\Framework\Assertstatic
assertDirectoryNotIsReadable(string $directory, string $message='')PHPUnit\Framework\Assertstatic
assertDirectoryNotIsWritable(string $directory, string $message='')PHPUnit\Framework\Assertstatic
assertEmpty($actual, string $message='')PHPUnit\Framework\Assertstatic
assertEquals($expected, $actual, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertEqualsCanonicalizing($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertEqualsIgnoringCase($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertEqualsWithDelta($expected, $actual, float $delta, string $message='')PHPUnit\Framework\Assertstatic
assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElement, bool $checkAttributes=false, string $message='')PHPUnit\Framework\Assertstatic
assertFalse($condition, string $message='')PHPUnit\Framework\Assertstatic
assertFileEquals(string $expected, string $actual, string $message='', bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertFileEqualsCanonicalizing(string $expected, string $actual, string $message='')PHPUnit\Framework\Assertstatic
assertFileEqualsIgnoringCase(string $expected, string $actual, string $message='')PHPUnit\Framework\Assertstatic
assertFileExists(string $filename, string $message='')PHPUnit\Framework\Assertstatic
assertFileIsReadable(string $file, string $message='')PHPUnit\Framework\Assertstatic
assertFileIsWritable(string $file, string $message='')PHPUnit\Framework\Assertstatic
assertFileNotEquals(string $expected, string $actual, string $message='', bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertFileNotEqualsCanonicalizing(string $expected, string $actual, string $message='')PHPUnit\Framework\Assertstatic
assertFileNotEqualsIgnoringCase(string $expected, string $actual, string $message='')PHPUnit\Framework\Assertstatic
assertFileNotExists(string $filename, string $message='')PHPUnit\Framework\Assertstatic
assertFileNotIsReadable(string $file, string $message='')PHPUnit\Framework\Assertstatic
assertFileNotIsWritable(string $file, string $message='')PHPUnit\Framework\Assertstatic
assertFinite($actual, string $message='')PHPUnit\Framework\Assertstatic
assertGreaterThan($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertGreaterThanOrEqual($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertInfinite($actual, string $message='')PHPUnit\Framework\Assertstatic
assertInstanceOf(string $expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertInternalType(string $expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsArray($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsBool($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsCallable($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsFloat($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsInt($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsIterable($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotArray($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotBool($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotCallable($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotFloat($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotInt($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotIterable($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotNumeric($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotObject($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotResource($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotScalar($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNotString($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsNumeric($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsObject($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsReadable(string $filename, string $message='')PHPUnit\Framework\Assertstatic
assertIsResource($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsScalar($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsString($actual, string $message='')PHPUnit\Framework\Assertstatic
assertIsWritable(string $filename, string $message='')PHPUnit\Framework\Assertstatic
assertJson(string $actualJson, string $message='')PHPUnit\Framework\Assertstatic
assertJsonFileEqualsJsonFile(string $expectedFile, string $actualFile, string $message='')PHPUnit\Framework\Assertstatic
assertJsonFileNotEqualsJsonFile(string $expectedFile, string $actualFile, string $message='')PHPUnit\Framework\Assertstatic
assertJsonStringEqualsJsonFile(string $expectedFile, string $actualJson, string $message='')PHPUnit\Framework\Assertstatic
assertJsonStringEqualsJsonString(string $expectedJson, string $actualJson, string $message='')PHPUnit\Framework\Assertstatic
assertJsonStringNotEqualsJsonFile(string $expectedFile, string $actualJson, string $message='')PHPUnit\Framework\Assertstatic
assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, string $message='')PHPUnit\Framework\Assertstatic
assertLessThan($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertLessThanOrEqual($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertNan($actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotContains($needle, $haystack, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)PHPUnit\Framework\Assertstatic
assertNotContainsEquals($needle, iterable $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNativeType=null, string $message='')PHPUnit\Framework\Assertstatic
assertNotCount(int $expectedCount, $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertNotEmpty($actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotEquals($expected, $actual, string $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertNotEqualsCanonicalizing($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotEqualsIgnoringCase($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotEqualsWithDelta($expected, $actual, float $delta, string $message='')PHPUnit\Framework\Assertstatic
assertNotFalse($condition, string $message='')PHPUnit\Framework\Assertstatic
assertNotInstanceOf(string $expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotInternalType(string $expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotIsReadable(string $filename, string $message='')PHPUnit\Framework\Assertstatic
assertNotIsWritable(string $filename, string $message='')PHPUnit\Framework\Assertstatic
assertNotNull($actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotRegExp(string $pattern, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertNotSame($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotSameSize($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertNotTrue($condition, string $message='')PHPUnit\Framework\Assertstatic
assertNull($actual, string $message='')PHPUnit\Framework\Assertstatic
assertObjectHasAttribute(string $attributeName, $object, string $message='')PHPUnit\Framework\Assertstatic
assertObjectNotHasAttribute(string $attributeName, $object, string $message='')PHPUnit\Framework\Assertstatic
assertRegExp(string $pattern, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertSame($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertSameSize($expected, $actual, string $message='')PHPUnit\Framework\Assertstatic
assertStringContainsString(string $needle, string $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertStringContainsStringIgnoringCase(string $needle, string $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertStringEndsNotWith(string $suffix, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertStringEndsWith(string $suffix, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertStringEqualsFile(string $expectedFile, string $actualString, string $message='', bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertStringEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message='')PHPUnit\Framework\Assertstatic
assertStringEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message='')PHPUnit\Framework\Assertstatic
assertStringMatchesFormat(string $format, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertStringMatchesFormatFile(string $formatFile, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertStringNotContainsString(string $needle, string $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertStringNotContainsStringIgnoringCase(string $needle, string $haystack, string $message='')PHPUnit\Framework\Assertstatic
assertStringNotEqualsFile(string $expectedFile, string $actualString, string $message='', bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
assertStringNotEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message='')PHPUnit\Framework\Assertstatic
assertStringNotEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message='')PHPUnit\Framework\Assertstatic
assertStringNotMatchesFormat(string $format, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertStringNotMatchesFormatFile(string $formatFile, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertStringStartsNotWith($prefix, $string, string $message='')PHPUnit\Framework\Assertstatic
assertStringStartsWith(string $prefix, string $string, string $message='')PHPUnit\Framework\Assertstatic
assertThat($value, Constraint $constraint, string $message='')PHPUnit\Framework\Assertstatic
assertTrue($condition, string $message='')PHPUnit\Framework\Assertstatic
assertXmlFileEqualsXmlFile(string $expectedFile, string $actualFile, string $message='')PHPUnit\Framework\Assertstatic
assertXmlFileNotEqualsXmlFile(string $expectedFile, string $actualFile, string $message='')PHPUnit\Framework\Assertstatic
assertXmlStringEqualsXmlFile(string $expectedFile, $actualXml, string $message='')PHPUnit\Framework\Assertstatic
assertXmlStringEqualsXmlString($expectedXml, $actualXml, string $message='')PHPUnit\Framework\Assertstatic
assertXmlStringNotEqualsXmlFile(string $expectedFile, $actualXml, string $message='')PHPUnit\Framework\Assertstatic
assertXmlStringNotEqualsXmlString($expectedXml, $actualXml, string $message='')PHPUnit\Framework\Assertstatic
attribute(Constraint $constraint, string $attributeName)PHPUnit\Framework\Assertstatic
attributeEqualTo(string $attributeName, $value, float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
callback(callable $callback)PHPUnit\Framework\Assertstatic
classHasAttribute(string $attributeName)PHPUnit\Framework\Assertstatic
classHasStaticAttribute(string $attributeName)PHPUnit\Framework\Assertstatic
contains($value, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)PHPUnit\Framework\Assertstatic
containsEqual($value)PHPUnit\Framework\Assertstatic
containsIdentical($value)PHPUnit\Framework\Assertstatic
containsOnly(string $type)PHPUnit\Framework\Assertstatic
containsOnlyInstancesOf(string $className)PHPUnit\Framework\Assertstatic
countOf(int $count)PHPUnit\Framework\Assertstatic
directoryExists()PHPUnit\Framework\Assertstatic
equalTo($value, float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)PHPUnit\Framework\Assertstatic
fail(string $message='')PHPUnit\Framework\Assertstatic
fileExists()PHPUnit\Framework\Assertstatic
getCount()PHPUnit\Framework\Assertstatic
getObjectAttribute($object, string $attributeName)PHPUnit\Framework\Assertstatic
getStaticAttribute(string $className, string $attributeName)PHPUnit\Framework\Assertstatic
greaterThan($value)PHPUnit\Framework\Assertstatic
greaterThanOrEqual($value)PHPUnit\Framework\Assertstatic
identicalTo($value)PHPUnit\Framework\Assertstatic
isEmpty()PHPUnit\Framework\Assertstatic
isFalse()PHPUnit\Framework\Assertstatic
isFinite()PHPUnit\Framework\Assertstatic
isInfinite()PHPUnit\Framework\Assertstatic
isInstanceOf(string $className)PHPUnit\Framework\Assertstatic
isJson()PHPUnit\Framework\Assertstatic
isNan()PHPUnit\Framework\Assertstatic
isNull()PHPUnit\Framework\Assertstatic
isReadable()PHPUnit\Framework\Assertstatic
isTrue()PHPUnit\Framework\Assertstatic
isType(string $type)PHPUnit\Framework\Assertstatic
isWritable()PHPUnit\Framework\Assertstatic
lessThan($value)PHPUnit\Framework\Assertstatic
lessThanOrEqual($value)PHPUnit\Framework\Assertstatic
logicalAnd()PHPUnit\Framework\Assertstatic
logicalNot(Constraint $constraint)PHPUnit\Framework\Assertstatic
logicalOr()PHPUnit\Framework\Assertstatic
logicalXor()PHPUnit\Framework\Assertstatic
markTestIncomplete(string $message='')PHPUnit\Framework\Assertstatic
markTestSkipped(string $message='')PHPUnit\Framework\Assertstatic
matches(string $string)PHPUnit\Framework\Assertstatic
matchesRegularExpression(string $pattern)PHPUnit\Framework\Assertstatic
objectHasAttribute($attributeName)PHPUnit\Framework\Assertstatic
readAttribute($classOrObject, string $attributeName)PHPUnit\Framework\Assertstatic
resetCount()PHPUnit\Framework\Assertstatic
stringContains(string $string, bool $case=true)PHPUnit\Framework\Assertstatic
stringEndsWith(string $suffix)PHPUnit\Framework\Assertstatic
stringStartsWith($prefix)PHPUnit\Framework\Assertstatic