file-fetcher
|
@small
Static Public Member Functions | |
static | validInvalidJsonDataprovider () |
![]() | |
static | any () |
static | never () |
static | atLeast (int $requiredInvocations) |
static | atLeastOnce () |
static | once () |
static | exactly (int $count) |
static | atMost (int $allowedInvocations) |
static | at (int $index) |
static | returnValue ($value) |
static | returnValueMap (array $valueMap) |
static | returnArgument (int $argumentIndex) |
static | returnCallback ($callback) |
static | returnSelf () |
static | throwException (\Throwable $exception) |
static | onConsecutiveCalls (... $args) |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
![]() | |
static | assertArrayHasKey ($key, $array, string $message='') |
static | assertArraySubset ($subset, $array, bool $checkForObjectIdentity=false, string $message='') |
static | assertArrayNotHasKey ($key, $array, string $message='') |
static | assertContains ($needle, $haystack, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false) |
static | assertContainsEquals ($needle, iterable $haystack, string $message='') |
static | assertAttributeContains ($needle, string $haystackAttributeName, $haystackClassOrObject, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false) |
static | assertNotContains ($needle, $haystack, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false) |
static | assertNotContainsEquals ($needle, iterable $haystack, string $message='') |
static | assertAttributeNotContains ($needle, string $haystackAttributeName, $haystackClassOrObject, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false) |
static | assertContainsOnly (string $type, iterable $haystack, ?bool $isNativeType=null, string $message='') |
static | assertContainsOnlyInstancesOf (string $className, iterable $haystack, string $message='') |
static | assertAttributeContainsOnly (string $type, string $haystackAttributeName, $haystackClassOrObject, ?bool $isNativeType=null, string $message='') |
static | assertNotContainsOnly (string $type, iterable $haystack, ?bool $isNativeType=null, string $message='') |
static | assertAttributeNotContainsOnly (string $type, string $haystackAttributeName, $haystackClassOrObject, ?bool $isNativeType=null, string $message='') |
static | assertCount (int $expectedCount, $haystack, string $message='') |
static | assertAttributeCount (int $expectedCount, string $haystackAttributeName, $haystackClassOrObject, string $message='') |
static | assertNotCount (int $expectedCount, $haystack, string $message='') |
static | assertAttributeNotCount (int $expectedCount, string $haystackAttributeName, $haystackClassOrObject, string $message='') |
static | assertEquals ($expected, $actual, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false) |
static | assertEqualsCanonicalizing ($expected, $actual, string $message='') |
static | assertEqualsIgnoringCase ($expected, $actual, string $message='') |
static | assertEqualsWithDelta ($expected, $actual, float $delta, string $message='') |
static | assertAttributeEquals ($expected, string $actualAttributeName, $actualClassOrObject, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false) |
static | assertNotEquals ($expected, $actual, string $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false) |
static | assertNotEqualsCanonicalizing ($expected, $actual, string $message='') |
static | assertNotEqualsIgnoringCase ($expected, $actual, string $message='') |
static | assertNotEqualsWithDelta ($expected, $actual, float $delta, string $message='') |
static | assertAttributeNotEquals ($expected, string $actualAttributeName, $actualClassOrObject, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false) |
static | assertEmpty ($actual, string $message='') |
static | assertAttributeEmpty (string $haystackAttributeName, $haystackClassOrObject, string $message='') |
static | assertNotEmpty ($actual, string $message='') |
static | assertAttributeNotEmpty (string $haystackAttributeName, $haystackClassOrObject, string $message='') |
static | assertGreaterThan ($expected, $actual, string $message='') |
static | assertAttributeGreaterThan ($expected, string $actualAttributeName, $actualClassOrObject, string $message='') |
static | assertGreaterThanOrEqual ($expected, $actual, string $message='') |
static | assertAttributeGreaterThanOrEqual ($expected, string $actualAttributeName, $actualClassOrObject, string $message='') |
static | assertLessThan ($expected, $actual, string $message='') |
static | assertAttributeLessThan ($expected, string $actualAttributeName, $actualClassOrObject, string $message='') |
static | assertLessThanOrEqual ($expected, $actual, string $message='') |
static | assertAttributeLessThanOrEqual ($expected, string $actualAttributeName, $actualClassOrObject, string $message='') |
static | assertFileEquals (string $expected, string $actual, string $message='', bool $canonicalize=false, bool $ignoreCase=false) |
static | assertFileEqualsCanonicalizing (string $expected, string $actual, string $message='') |
static | assertFileEqualsIgnoringCase (string $expected, string $actual, string $message='') |
static | assertFileNotEquals (string $expected, string $actual, string $message='', bool $canonicalize=false, bool $ignoreCase=false) |
static | assertFileNotEqualsCanonicalizing (string $expected, string $actual, string $message='') |
static | assertFileNotEqualsIgnoringCase (string $expected, string $actual, string $message='') |
static | assertStringEqualsFile (string $expectedFile, string $actualString, string $message='', bool $canonicalize=false, bool $ignoreCase=false) |
static | assertStringEqualsFileCanonicalizing (string $expectedFile, string $actualString, string $message='') |
static | assertStringEqualsFileIgnoringCase (string $expectedFile, string $actualString, string $message='') |
static | assertStringNotEqualsFile (string $expectedFile, string $actualString, string $message='', bool $canonicalize=false, bool $ignoreCase=false) |
static | assertStringNotEqualsFileCanonicalizing (string $expectedFile, string $actualString, string $message='') |
static | assertStringNotEqualsFileIgnoringCase (string $expectedFile, string $actualString, string $message='') |
static | assertIsReadable (string $filename, string $message='') |
static | assertNotIsReadable (string $filename, string $message='') |
static | assertIsWritable (string $filename, string $message='') |
static | assertNotIsWritable (string $filename, string $message='') |
static | assertDirectoryExists (string $directory, string $message='') |
static | assertDirectoryNotExists (string $directory, string $message='') |
static | assertDirectoryIsReadable (string $directory, string $message='') |
static | assertDirectoryNotIsReadable (string $directory, string $message='') |
static | assertDirectoryIsWritable (string $directory, string $message='') |
static | assertDirectoryNotIsWritable (string $directory, string $message='') |
static | assertFileExists (string $filename, string $message='') |
static | assertFileNotExists (string $filename, string $message='') |
static | assertFileIsReadable (string $file, string $message='') |
static | assertFileNotIsReadable (string $file, string $message='') |
static | assertFileIsWritable (string $file, string $message='') |
static | assertFileNotIsWritable (string $file, string $message='') |
static | assertTrue ($condition, string $message='') |
static | assertNotTrue ($condition, string $message='') |
static | assertFalse ($condition, string $message='') |
static | assertNotFalse ($condition, string $message='') |
static | assertNull ($actual, string $message='') |
static | assertNotNull ($actual, string $message='') |
static | assertFinite ($actual, string $message='') |
static | assertInfinite ($actual, string $message='') |
static | assertNan ($actual, string $message='') |
static | assertClassHasAttribute (string $attributeName, string $className, string $message='') |
static | assertClassNotHasAttribute (string $attributeName, string $className, string $message='') |
static | assertClassHasStaticAttribute (string $attributeName, string $className, string $message='') |
static | assertClassNotHasStaticAttribute (string $attributeName, string $className, string $message='') |
static | assertObjectHasAttribute (string $attributeName, $object, string $message='') |
static | assertObjectNotHasAttribute (string $attributeName, $object, string $message='') |
static | assertSame ($expected, $actual, string $message='') |
static | assertAttributeSame ($expected, string $actualAttributeName, $actualClassOrObject, string $message='') |
static | assertNotSame ($expected, $actual, string $message='') |
static | assertAttributeNotSame ($expected, string $actualAttributeName, $actualClassOrObject, string $message='') |
static | assertInstanceOf (string $expected, $actual, string $message='') |
static | assertAttributeInstanceOf (string $expected, string $attributeName, $classOrObject, string $message='') |
static | assertNotInstanceOf (string $expected, $actual, string $message='') |
static | assertAttributeNotInstanceOf (string $expected, string $attributeName, $classOrObject, string $message='') |
static | assertInternalType (string $expected, $actual, string $message='') |
static | assertAttributeInternalType (string $expected, string $attributeName, $classOrObject, string $message='') |
static | assertIsArray ($actual, string $message='') |
static | assertIsBool ($actual, string $message='') |
static | assertIsFloat ($actual, string $message='') |
static | assertIsInt ($actual, string $message='') |
static | assertIsNumeric ($actual, string $message='') |
static | assertIsObject ($actual, string $message='') |
static | assertIsResource ($actual, string $message='') |
static | assertIsString ($actual, string $message='') |
static | assertIsScalar ($actual, string $message='') |
static | assertIsCallable ($actual, string $message='') |
static | assertIsIterable ($actual, string $message='') |
static | assertNotInternalType (string $expected, $actual, string $message='') |
static | assertIsNotArray ($actual, string $message='') |
static | assertIsNotBool ($actual, string $message='') |
static | assertIsNotFloat ($actual, string $message='') |
static | assertIsNotInt ($actual, string $message='') |
static | assertIsNotNumeric ($actual, string $message='') |
static | assertIsNotObject ($actual, string $message='') |
static | assertIsNotResource ($actual, string $message='') |
static | assertIsNotString ($actual, string $message='') |
static | assertIsNotScalar ($actual, string $message='') |
static | assertIsNotCallable ($actual, string $message='') |
static | assertIsNotIterable ($actual, string $message='') |
static | assertAttributeNotInternalType (string $expected, string $attributeName, $classOrObject, string $message='') |
static | assertRegExp (string $pattern, string $string, string $message='') |
static | assertNotRegExp (string $pattern, string $string, string $message='') |
static | assertSameSize ($expected, $actual, string $message='') |
static | assertNotSameSize ($expected, $actual, string $message='') |
static | assertStringMatchesFormat (string $format, string $string, string $message='') |
static | assertStringNotMatchesFormat (string $format, string $string, string $message='') |
static | assertStringMatchesFormatFile (string $formatFile, string $string, string $message='') |
static | assertStringNotMatchesFormatFile (string $formatFile, string $string, string $message='') |
static | assertStringStartsWith (string $prefix, string $string, string $message='') |
static | assertStringStartsNotWith ($prefix, $string, string $message='') |
static | assertStringContainsString (string $needle, string $haystack, string $message='') |
static | assertStringContainsStringIgnoringCase (string $needle, string $haystack, string $message='') |
static | assertStringNotContainsString (string $needle, string $haystack, string $message='') |
static | assertStringNotContainsStringIgnoringCase (string $needle, string $haystack, string $message='') |
static | assertStringEndsWith (string $suffix, string $string, string $message='') |
static | assertStringEndsNotWith (string $suffix, string $string, string $message='') |
static | assertXmlFileEqualsXmlFile (string $expectedFile, string $actualFile, string $message='') |
static | assertXmlFileNotEqualsXmlFile (string $expectedFile, string $actualFile, string $message='') |
static | assertXmlStringEqualsXmlFile (string $expectedFile, $actualXml, string $message='') |
static | assertXmlStringNotEqualsXmlFile (string $expectedFile, $actualXml, string $message='') |
static | assertXmlStringEqualsXmlString ($expectedXml, $actualXml, string $message='') |
static | assertXmlStringNotEqualsXmlString ($expectedXml, $actualXml, string $message='') |
static | assertEqualXMLStructure (DOMElement $expectedElement, DOMElement $actualElement, bool $checkAttributes=false, string $message='') |
static | assertThat ($value, Constraint $constraint, string $message='') |
static | assertJson (string $actualJson, string $message='') |
static | assertJsonStringEqualsJsonString (string $expectedJson, string $actualJson, string $message='') |
static | assertJsonStringNotEqualsJsonString ($expectedJson, $actualJson, string $message='') |
static | assertJsonStringEqualsJsonFile (string $expectedFile, string $actualJson, string $message='') |
static | assertJsonStringNotEqualsJsonFile (string $expectedFile, string $actualJson, string $message='') |
static | assertJsonFileEqualsJsonFile (string $expectedFile, string $actualFile, string $message='') |
static | assertJsonFileNotEqualsJsonFile (string $expectedFile, string $actualFile, string $message='') |
static | logicalAnd () |
static | logicalOr () |
static | logicalNot (Constraint $constraint) |
static | logicalXor () |
static | anything () |
static | isTrue () |
static | callback (callable $callback) |
static | isFalse () |
static | isJson () |
static | isNull () |
static | isFinite () |
static | isInfinite () |
static | isNan () |
static | attribute (Constraint $constraint, string $attributeName) |
static | contains ($value, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false) |
static | containsEqual ($value) |
static | containsIdentical ($value) |
static | containsOnly (string $type) |
static | containsOnlyInstancesOf (string $className) |
static | arrayHasKey ($key) |
static | equalTo ($value, float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false) |
static | attributeEqualTo (string $attributeName, $value, float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false) |
static | isEmpty () |
static | isWritable () |
static | isReadable () |
static | directoryExists () |
static | fileExists () |
static | greaterThan ($value) |
static | greaterThanOrEqual ($value) |
static | classHasAttribute (string $attributeName) |
static | classHasStaticAttribute (string $attributeName) |
static | objectHasAttribute ($attributeName) |
static | identicalTo ($value) |
static | isInstanceOf (string $className) |
static | isType (string $type) |
static | lessThan ($value) |
static | lessThanOrEqual ($value) |
static | matchesRegularExpression (string $pattern) |
static | matches (string $string) |
static | stringStartsWith ($prefix) |
static | stringContains (string $string, bool $case=true) |
static | stringEndsWith (string $suffix) |
static | countOf (int $count) |
static | fail (string $message='') |
static | readAttribute ($classOrObject, string $attributeName) |
static | getStaticAttribute (string $className, string $attributeName) |
static | getObjectAttribute ($object, string $attributeName) |
static | markTestIncomplete (string $message='') |
static | markTestSkipped (string $message='') |
static | getCount () |
static | resetCount () |
Protected Member Functions | |
sameValues () | |
notEqualValues () | |
equalValues () | |
![]() | |
setUp () | |
tearDown () | |
runTest () | |
iniSet (string $varName, string $newValue) | |
setLocale (... $args) | |
createStub (string $originalClassName) | |
createMock ($originalClassName) | |
createConfiguredMock ($originalClassName, array $configuration) | |
createPartialMock ($originalClassName, array $methods) | |
createTestProxy (string $originalClassName, array $constructorArguments=[]) | |
getMockClass ($originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=false, $callOriginalClone=true, $callAutoload=true, $cloneArguments=false) | |
getMockForAbstractClass ($originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[], $cloneArguments=false) | |
getMockFromWsdl ($wsdlFile, $originalClassName='', $mockClassName='', array $methods=[], $callOriginalConstructor=true, array $options=[]) | |
getMockForTrait ($traitName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[], $cloneArguments=false) | |
getObjectForTrait ($traitName, array $arguments=[], $traitClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true) | |
prophesize ($classOrInterface=null) | |
createResult () | |
assertPreConditions () | |
assertPostConditions () | |
onNotSuccessfulTest (\Throwable $t) | |
Additional Inherited Members | |
![]() | |
$backupGlobals | |
$backupGlobalsBlacklist = [] | |
$backupStaticAttributes | |
$backupStaticAttributesBlacklist = [] | |
$runTestInSeparateProcess | |
$preserveGlobalState = true | |
PHPUnit\Framework\AssertTest::equalProvider | ( | ) |
|
protected |
PHPUnit\Framework\AssertTest::notEqualProvider | ( | ) |
|
protected |
PHPUnit\Framework\AssertTest::notSameProvider | ( | ) |
PHPUnit\Framework\AssertTest::sameProvider | ( | ) |
|
protected |
PHPUnit\Framework\AssertTest::testArraysCanBeComparedForEqualityWithCanonicalization | ( | ) |
PHPUnit\Framework\AssertTest::testArraysOfStringsCanBeComparedForEqualityIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testArraysOfStringsCanBeComparedForEqualityWithDelta | ( | ) |
PHPUnit\Framework\AssertTest::testArrayTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayContainsOnlyIntegers | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayContainsOnlyStdClass | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasIntegerKey | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasKeyAcceptsArrayAccessValue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasKeyAcceptsArrayObjectValue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasKeyProperlyFailsWithArrayAccessValue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasKeyProperlyFailsWithArrayObjectValue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasKeyThrowsExceptionForInvalidFirstArgument | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasKeyThrowsExceptionForInvalidSecondArgument | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayHasStringKey | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotContainsOnlyIntegers | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotContainsOnlyStdClass | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotHasIntegerKey | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotHasKeyAcceptsArrayAccessValue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotHasKeyPropertlyFailsWithArrayAccessValue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotHasKeyThrowsExceptionForInvalidFirstArgument | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotHasKeyThrowsExceptionForInvalidSecondArgument | ( | ) |
PHPUnit\Framework\AssertTest::testAssertArrayNotHasStringKey | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassHasAttributeThrowsExceptionIfAttributeNameIsNotValid | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassHasAttributeThrowsExceptionIfClassDoesNotExist | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassHasStaticAttributeThrowsExceptionIfAttributeNameIsNotValid | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassHasStaticAttributeThrowsExceptionIfClassDoesNotExist | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassNotHasAttributeThrowsExceptionIfAttributeNameIsNotValid | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassNotHasAttributeThrowsExceptionIfClassDoesNotExist | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassNotHasStaticAttributeThrowsExceptionIfAttributeNameIsNotValid | ( | ) |
PHPUnit\Framework\AssertTest::testAssertClassNotHasStaticAttributeThrowsExceptionIfClassDoesNotExist | ( | ) |
PHPUnit\Framework\AssertTest::testAssertContainsOnlyInstancesOf | ( | ) |
PHPUnit\Framework\AssertTest::testAssertCount | ( | ) |
PHPUnit\Framework\AssertTest::testAssertCountThrowsExceptionIfElementIsNotCountable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertCountTraversable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertDirectoryExists | ( | ) |
PHPUnit\Framework\AssertTest::testAssertDirectoryIsReadable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertDirectoryIsWritable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertDirectoryNotExists | ( | ) |
PHPUnit\Framework\AssertTest::testAssertEmpty | ( | ) |
PHPUnit\Framework\AssertTest::testAssertEqualsFails | ( | $a, | |
$b | |||
) |
@dataProvider notEqualProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertEqualsSucceeds | ( | $a, | |
$b | |||
) |
@dataProvider equalProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertFalse | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileEquals | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileEqualsIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileExists | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileIsNotReadable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileIsReadable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileIsWritable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileNotEquals | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileNotEqualsIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFileNotExists | ( | ) |
PHPUnit\Framework\AssertTest::testAssertFinite | ( | ) |
PHPUnit\Framework\AssertTest::testAssertInfinite | ( | ) |
PHPUnit\Framework\AssertTest::testAssertInstanceOf | ( | ) |
PHPUnit\Framework\AssertTest::testAssertInstanceOfThrowsExceptionIfTypeDoesNotExist | ( | ) |
PHPUnit\Framework\AssertTest::testAssertIsReadable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertIsWritable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertJson | ( | ) |
@testdox Assert JSON
PHPUnit\Framework\AssertTest::testAssertJsonFileEqualsJsonFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertJsonFileNotEqualsJsonFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertJsonStringEqualsJsonFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertJsonStringEqualsJsonFileExpectingExpectationFailedException | ( | ) |
PHPUnit\Framework\AssertTest::testAssertJsonStringEqualsJsonString | ( | ) |
@testdox Assert JSON string equals JSON string
PHPUnit\Framework\AssertTest::testAssertJsonStringEqualsJsonStringErrorRaised | ( | $expected, | |
$actual | |||
) |
@dataProvider validInvalidJsonDataprovider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertJsonStringNotEqualsJsonFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertJsonStringNotEqualsJsonString | ( | ) |
PHPUnit\Framework\AssertTest::testAssertJsonStringNotEqualsJsonStringErrorRaised | ( | $expected, | |
$actual | |||
) |
@testdox Assert JSON string equals equals JSON string raised $_dataName @dataProvider validInvalidJsonDataprovider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertNan | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotCount | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotCountThrowsExceptionIfElementIsNotCountable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotEmpty | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotEqualsFails | ( | $a, | |
$b | |||
) |
@testdox assertNotEquals($a, $b) with delta $delta, canoicalize $canonicalize, ignoreCase $ignoreCase @dataProvider equalProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertNotEqualsSucceeds | ( | $a, | |
$b | |||
) |
@dataProvider notEqualProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertNotFalse | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotInstanceOf | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotInstanceOfThrowsExceptionIfTypeDoesNotExist | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotIsReadable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotIsWritable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotNull | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotRegExp | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotSame | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotSame2 | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotSameFails | ( | $a, | |
$b | |||
) |
@testdox assertSame($a, $b) @dataProvider sameProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertNotSameFailsNull | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotSameSize | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotSameSizeThrowsExceptionIfActualIsNotCountable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotSameSizeThrowsExceptionIfExpectedIsNotCountable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNotSameSucceeds | ( | $a, | |
$b | |||
) |
@testdox assertSame($a, $b) fails @dataProvider notSameProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertNotTrue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertNull | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectHasAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectHasAttributeMultiByteAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectHasAttributeNumericAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectHasAttributeThrowsException2 | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectHasAttributeThrowsExceptionIfAttributeNameIsNotValid | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectNotHasAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectNotHasAttributeMultiByteAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectNotHasAttributeNumericAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectNotHasAttributeThrowsException2 | ( | ) |
PHPUnit\Framework\AssertTest::testAssertObjectNotHasAttributeThrowsExceptionIfAttributeNameIsNotValid | ( | ) |
PHPUnit\Framework\AssertTest::testAssertRegExp | ( | ) |
PHPUnit\Framework\AssertTest::testAssertSame | ( | ) |
PHPUnit\Framework\AssertTest::testAssertSame2 | ( | ) |
PHPUnit\Framework\AssertTest::testAssertSameFails | ( | $a, | |
$b | |||
) |
@testdox assertNotSame($a, $b) @dataProvider notSameProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertSameSize | ( | ) |
PHPUnit\Framework\AssertTest::testAssertSameSizeThrowsExceptionIfActualIsNotCountable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertSameSizeThrowsExceptionIfExpectedIsNotCountable | ( | ) |
PHPUnit\Framework\AssertTest::testAssertSameSucceeds | ( | $a, | |
$b | |||
) |
@testdox assertNotSame($a, $b) fails @dataProvider sameProvider
ExpectationFailedException | |
PHPUnit\Framework\AssertTest::testAssertStringEndsNotWith | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringEndsWith | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringEqualsFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringEqualsFileIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringEqualsNumeric | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringEqualsNumeric2 | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringMatchesFormat | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringMatchesFormatFailure | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringMatchesFormatFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringMatchesFormatFileThrowsExceptionForInvalidArgument | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringNotEqualsFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringNotEqualsFileIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringNotMatchesFormat | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringNotMatchesFormatFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringNotMatchesFormatFileThrowsExceptionForInvalidArgument | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringStartsNotWith | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringStartsNotWithThrowsException2 | ( | ) |
PHPUnit\Framework\AssertTest::testAssertStringStartsWith | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatAnything | ( | ) |
@doesNotPerformAssertions
PHPUnit\Framework\AssertTest::testAssertThatAnythingAndAnything | ( | ) |
@doesNotPerformAssertions
PHPUnit\Framework\AssertTest::testAssertThatAnythingOrAnything | ( | ) |
@doesNotPerformAssertions
PHPUnit\Framework\AssertTest::testAssertThatAnythingXorNotAnything | ( | ) |
@doesNotPerformAssertions
PHPUnit\Framework\AssertTest::testAssertThatArrayHasKey | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatCallback | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatClassHasAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatClassHasStaticAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatContains | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatContainsOnly | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatContainsOnlyInstancesOf | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatCountOf | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatEqualTo | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatFileExists | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatGreaterThan | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatGreaterThanOrEqual | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatIdenticalTo | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatIsEmpty | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatIsFalse | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatIsInstanceOf | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatIsJson | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatIsTrue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatIsType | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatLessThan | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatLessThanOrEqual | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatMatchesRegularExpression | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatObjectHasAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testAssertThatStringContains | ( | ) |
PHPUnit\Framework\AssertTest::testAssertTrue | ( | ) |
PHPUnit\Framework\AssertTest::testAssertXmlFileEqualsXmlFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertXmlFileNotEqualsXmlFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertXmlStringEqualsXmlFile | ( | ) |
PHPUnit\Framework\AssertTest::testAssertXmlStringEqualsXmlString | ( | ) |
PHPUnit\Framework\AssertTest::testAssertXmlStringEqualsXmlString2 | ( | ) |
@ticket 1860
PHPUnit\Framework\AssertTest::testAssertXmlStringEqualsXmlString3 | ( | ) |
@ticket 1860
PHPUnit\Framework\AssertTest::testAssertXmlStringNotEqualsXmlString | ( | ) |
PHPUnit\Framework\AssertTest::testBoolTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testCallableTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testClassHasPublicAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testClassHasPublicStaticAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testClassNotHasPublicAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testClassNotHasPublicStaticAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testFail | ( | ) |
PHPUnit\Framework\AssertTest::testFloatTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testGreaterThan | ( | ) |
PHPUnit\Framework\AssertTest::testGreaterThanOrEqual | ( | ) |
PHPUnit\Framework\AssertTest::testIntTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testIterableContainsEqualObjectCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testIterableContainsSameObjectCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testIterableNotContainsEqualObjectCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testIterableNotContainsSameObjectCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testIterableTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testLessThan | ( | ) |
PHPUnit\Framework\AssertTest::testLessThanOrEqual | ( | ) |
PHPUnit\Framework\AssertTest::testLogicalAnd | ( | ) |
PHPUnit\Framework\AssertTest::testLogicalOr | ( | ) |
PHPUnit\Framework\AssertTest::testLogicalXor | ( | ) |
PHPUnit\Framework\AssertTest::testMarkTestIncomplete | ( | ) |
PHPUnit\Framework\AssertTest::testMarkTestSkipped | ( | ) |
PHPUnit\Framework\AssertTest::testNotArrayTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotBoolTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotCallableTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotFloatTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotIntTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotIterableTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotNumericTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotObjectTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotResourceTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotScalarTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNotStringTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testNumericTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testObjectHasOnTheFlyAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectHasPrivateAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectHasProtectedAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectHasPublicAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectNotHasOnTheFlyAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectNotHasPrivateAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectNotHasProtectedAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectNotHasPublicAttribute | ( | ) |
PHPUnit\Framework\AssertTest::testObjectTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testResourceTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testScalarTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testStringContainsStringCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testStringContainsStringCanBeAssertedIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testStringNotContainsStringCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testStringNotContainsStringCanBeAssertedIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testStringsCanBeComparedForEqualityIgnoringCase | ( | ) |
PHPUnit\Framework\AssertTest::testStringsCanBeComparedForEqualityWithDelta | ( | ) |
PHPUnit\Framework\AssertTest::testStringTypeCanBeAsserted | ( | ) |
PHPUnit\Framework\AssertTest::testXmlStringNotEqualsXmlFile | ( | ) |
PHPUnit\Framework\AssertTest::testXMLStructureAttributesAreSameButValuesAreNot | ( | ) |
PHPUnit\Framework\AssertTest::testXMLStructureIgnoreTextNodes | ( | ) |
PHPUnit\Framework\AssertTest::testXMLStructureIsSame | ( | ) |
PHPUnit\Framework\AssertTest::testXMLStructureIsSameButDataIsNot | ( | ) |
PHPUnit\Framework\AssertTest::testXMLStructureWrongNumberOfAttributes | ( | ) |
PHPUnit\Framework\AssertTest::testXMLStructureWrongNumberOfNodes | ( | ) |
|
static |