TestCase class abstract
PHPUnit\Framework\TestCase
Extends PHPUnit\Framework\Assert
Implements:
PHPUnit\Framework\Reorderable, PHPUnit\Framework\SelfDescribing, PHPUnit\Framework\Test, Countable
Defined in D:/WEBISTERS/projects/app/vendor/phpunit/phpunit/src/Framework/TestCase.php
Constants #
Properties #
- $backupGlobals
- -
- $backupGlobalsExcludeList
- -
- $backupStaticProperties
- -
- $backupStaticPropertiesExcludeList
- -
- $snapshot
- -
- $backupGlobalErrorHandlers
- -
- $backupGlobalExceptionHandlers
- -
- $runClassInSeparateProcess
- -
- $runTestInSeparateProcess
- -
- $preserveGlobalState
- -
- $inIsolation
- -
- $expectedException
- -
- $expectedExceptionMessage
- -
- $expectedExceptionMessageRegExp
- -
- $expectedExceptionCode
- -
- $providedTests
- -
- $data
- -
- $dataName
- -
- $methodName
- -
- $groups
- -
- $dependencies
- -
- $dependencyInput
- -
- $iniSettings
- -
- $locale
- -
- $mockObjects
- -
- $status
- -
- $numberOfAssertionsPerformed
- -
- $testResult
- -
- $output
- -
- $outputExpectedRegex
- -
- $outputExpectedString
- -
- $outputBufferingActive
- -
- $outputBufferingLevel
- -
- $outputRetrievedForAssertion
- -
- $doesNotPerformAssertions
- -
- $customComparators
- -
- $testValueObjectForEvents
- -
- $wasPrepared
- -
- $failureTypes
- -
- $expectedUserDeprecationMessage
- -
- $expectedUserDeprecationMessageRegularExpression
- -
$backupGlobals
$backupGlobalsExcludeList
$backupStaticProperties
$backupStaticPropertiesExcludeList
$snapshot
$backupGlobalErrorHandlers
$backupGlobalExceptionHandlers
$runClassInSeparateProcess
$runTestInSeparateProcess
$preserveGlobalState
$inIsolation
$expectedException
$expectedExceptionMessage
$expectedExceptionMessageRegExp
$expectedExceptionCode
$providedTests
$data
$dataName
$methodName
$groups
$dependencies
$dependencyInput
$iniSettings
$locale
$mockObjects
$status
$numberOfAssertionsPerformed
$testResult
$output
$outputExpectedRegex
$outputExpectedString
$outputBufferingActive
$outputBufferingLevel
$outputRetrievedForAssertion
$doesNotPerformAssertions
$customComparators
$testValueObjectForEvents
$wasPrepared
$failureTypes
$expectedUserDeprecationMessage
$expectedUserDeprecationMessageRegularExpression
Methods #
- __construct()
- -
- addToAssertionCount()
- -
- count()
- -
- dataName()
- -
- dataSetAsString()
- -
- dataSetAsStringWithData()
- -
- dependencyInput()
- -
- doesNotPerformAssertions()
- -
- expectsOutput()
- -
- groups()
- -
- hasDependencyInput()
- -
- hasUnexpectedOutput()
- -
- name()
- -
- nameWithDataSet()
- -
- numberOfAssertionsPerformed()
- -
- output()
- -
- providedData()
- -
- provides()
- -
- registerMockObject()
- -
- requires()
- -
- result()
- -
- run()
- -
- runBare()
- -
- setBackupGlobals()
- -
- setBackupGlobalsExcludeList()
- -
- setBackupStaticProperties()
- -
- setBackupStaticPropertiesExcludeList()
- -
- setData()
- -
- setDependencies()
- -
- setDependencyInput()
- -
- setGroups()
- -
- setInIsolation()
- -
- setPreserveGlobalState()
- -
- setResult()
- -
- setRunClassInSeparateProcess()
- -
- setRunTestInSeparateProcess()
- -
- setUpBeforeClass()
- This method is called before the first test of this test class is run.
- size()
- -
- sortId()
- -
- status()
- -
- tearDownAfterClass()
- This method is called after the last test of this test class is run.
- toString()
- Returns a string representation of the test case.
- usesDataProvider()
- -
- valueObjectForEvents()
- -
- wasPrepared()
- -
- any()
- Returns a matcher that matches when the method is executed zero or more times.
- assertPostConditions()
- Performs assertions shared by all tests of a test case.
- assertPreConditions()
- Performs assertions shared by all tests of a test case.
- atLeast()
- Returns a matcher that matches when the method is executed at least N times.
- atLeastOnce()
- Returns a matcher that matches when the method is executed at least once.
- atMost()
- Returns a matcher that matches when the method is executed at most N times.
- createConfiguredMock()
- Creates (and configures) a mock object for the specified interface or class.
- createConfiguredStub()
- Creates (and configures) a test stub for the specified interface or class.
- createMock()
- Creates a mock object for the specified interface or class.
- createMockForIntersectionOfInterfaces()
- -
- createPartialMock()
- Creates a partial mock object for the specified interface or class.
- createStub()
- Creates a test stub for the specified interface or class.
- createStubForIntersectionOfInterfaces()
- -
- createTestProxy()
- Creates a test proxy for the specified class.
- exactly()
- Returns a matcher that matches when the method is executed exactly $count times.
- expectException()
- -
- expectExceptionCode()
- -
- expectExceptionMessage()
- -
- expectExceptionMessageMatches()
- -
- expectExceptionObject()
- Sets up an expectation for an exception to be raised by the code under test. Information for expected exception class, expected exception message, and expected exception code are retrieved from a given Exception object.
- expectNotToPerformAssertions()
- -
- expectOutputRegex()
- -
- expectOutputString()
- -
- expectUserDeprecationMessage()
- -
- expectUserDeprecationMessageMatches()
- -
- getActualOutputForAssertion()
- -
- getMockBuilder()
- Returns a builder object to create mock objects using a fluent interface.
- getMockForAbstractClass()
- Creates a mock object for the specified abstract class with all abstract methods of the class mocked. Concrete methods are not mocked by default. To mock concrete methods, use the 7th parameter ($mockedMethods).
- getMockForTrait()
- Creates a mock object for the specified trait with all abstract methods of the trait mocked. Concrete methods to mock can be specified with the `$mockedMethods` parameter.
- getMockFromWsdl()
- Creates a mock object based on the given WSDL file.
- getObjectForTrait()
- Creates an object that uses the specified trait.
- iniSet()
- This method is a wrapper for the ini_set() function that automatically resets the modified php.ini setting to its original value after the test is run.
- never()
- Returns a matcher that matches when the method is never executed.
- onConsecutiveCalls()
- -
- onNotSuccessfulTest()
- This method is called when a test method did not execute successfully.
- once()
- Returns a matcher that matches when the method is executed exactly once.
- registerComparator()
- -
- registerFailureType()
- -
- returnArgument()
- -
- returnCallback()
- -
- returnSelf()
- -
- returnValue()
- -
- returnValueMap()
- -
- setLocale()
- This method is a wrapper for the setlocale() function that automatically resets the locale to its original value after the test is run.
- setUp()
- This method is called before each test.
- tearDown()
- This method is called after each test.
- throwException()
- -
- transformException()
- -
- activeErrorHandlers()
- -
- activeExceptionHandlers()
- -
- checkRequirements()
- -
- cleanupIniSettings()
- -
- cleanupLocaleSettings()
- -
- compareGlobalStateSnapshotPart()
- -
- compareGlobalStateSnapshots()
- -
- createGlobalStateSnapshot()
- -
- expectedExceptionWasNotRaised()
- -
- generateReturnValuesForTestDoubles()
- -
- handleDependencies()
- -
- handleExceptionFromInvokedCountMockObjectRule()
- -
- hasExpectationOnOutput()
- -
- invokeAfterClassHookMethods()
- -
- invokeAfterTestHookMethods()
- -
- invokeBeforeClassHookMethods()
- -
- invokeBeforeTestHookMethods()
- -
- invokeHookMethods()
- -
- invokePostConditionHookMethods()
- -
- invokePreConditionHookMethods()
- -
- isCallableTestMethod()
- -
- isRegisteredFailure()
- -
- markErrorForInvalidDependency()
- -
- markSkippedForMissingDependency()
- -
- methodDoesNotExistOrIsDeclaredInTestCase()
- -
- performAssertionsOnOutput()
- -
- requirementsNotSatisfied()
- -
- requiresXdebug()
- -
- restoreGlobalErrorExceptionHandlers()
- -
- restoreGlobalState()
- -
- runTest()
- -
- shouldExceptionExpectationsBeVerified()
- -
- shouldInvocationMockerBeReset()
- -
- shouldRunInSeparateProcess()
- -
- snapshotGlobalErrorExceptionHandlers()
- -
- snapshotGlobalState()
- -
- startOutputBuffering()
- -
- stopOutputBuffering()
- -
- unregisterCustomComparators()
- -
- verifyDeprecationExpectations()
- -
- verifyExceptionExpectations()
- -
- verifyMockObjects()
- -
__construct()
- string $name
addToAssertionCount()
- int $count
count()
dataName()
dataSetAsString()
dataSetAsStringWithData()
dependencyInput()
doesNotPerformAssertions()
expectsOutput()
groups()
hasDependencyInput()
hasUnexpectedOutput()
name()
nameWithDataSet()
numberOfAssertionsPerformed()
output()
providedData()
provides()
registerMockObject()
- \PHPUnit\Framework\MockObject\MockObject $mockObject
requires()
result()
run()
runBare()
setBackupGlobals()
- bool $backupGlobals
setBackupGlobalsExcludeList()
- array $backupGlobalsExcludeList
setBackupStaticProperties()
- bool $backupStaticProperties
setBackupStaticPropertiesExcludeList()
- array $backupStaticPropertiesExcludeList
setData()
- string|int $dataName
- array $data
setDependencies()
- array $dependencies
setDependencyInput()
- array $dependencyInput
setGroups()
- array $groups
setInIsolation()
- bool $inIsolation
setPreserveGlobalState()
- bool $preserveGlobalState
setResult()
- mixed $result
setRunClassInSeparateProcess()
- bool $runClassInSeparateProcess
setRunTestInSeparateProcess()
- bool $runTestInSeparateProcess
setUpBeforeClass()
This method is called before the first test of this test class is run.
size()
sortId()
status()
tearDownAfterClass()
This method is called after the last test of this test class is run.
toString()
Returns a string representation of the test case.
usesDataProvider()
valueObjectForEvents()
wasPrepared()
any()
Returns a matcher that matches when the method is executed zero or more times.
assertPostConditions()
Performs assertions shared by all tests of a test case.
This method is called between test and tearDown().
assertPreConditions()
Performs assertions shared by all tests of a test case.
This method is called between setUp() and test.
atLeast()
Returns a matcher that matches when the method is executed at least N times.
- int $requiredInvocations
atLeastOnce()
Returns a matcher that matches when the method is executed at least once.
atMost()
Returns a matcher that matches when the method is executed at most N times.
- int $allowedInvocations
createConfiguredMock()
Creates (and configures) a mock object for the specified interface or class.
- string $originalClassName
- array $configuration
createConfiguredStub()
Creates (and configures) a test stub for the specified interface or class.
- string $originalClassName
- array $configuration
createMock()
Creates a mock object for the specified interface or class.
- string $originalClassName
createMockForIntersectionOfInterfaces()
- array $interfaces
createPartialMock()
Creates a partial mock object for the specified interface or class.
- string $originalClassName
- array $methods
createStub()
Creates a test stub for the specified interface or class.
- string $originalClassName
createStubForIntersectionOfInterfaces()
- array $interfaces
createTestProxy()
Creates a test proxy for the specified class.
- string $originalClassName
- array $constructorArguments
exactly()
Returns a matcher that matches when the method is executed exactly $count times.
- int $count
expectException()
- string $exception
expectExceptionCode()
- string|int $code
expectExceptionMessage()
- string $message
expectExceptionMessageMatches()
- string $regularExpression
expectExceptionObject()
Sets up an expectation for an exception to be raised by the code under test. Information for expected exception class, expected exception message, and expected exception code are retrieved from a given Exception object.
- Exception $exception
expectNotToPerformAssertions()
expectOutputRegex()
- string $expectedRegex
expectOutputString()
- string $expectedString
expectUserDeprecationMessage()
- string $expectedUserDeprecationMessage
expectUserDeprecationMessageMatches()
- string $expectedUserDeprecationMessageRegularExpression
getActualOutputForAssertion()
getMockBuilder()
Returns a builder object to create mock objects using a fluent interface.
- string $className
getMockForAbstractClass()
Creates a mock object for the specified abstract class with all abstract methods of the class mocked. Concrete methods are not mocked by default. To mock concrete methods, use the 7th parameter ($mockedMethods).
- string $originalClassName
- array $arguments
- string $mockClassName
- bool $callOriginalConstructor
- bool $callOriginalClone
- bool $callAutoload
- array $mockedMethods
- bool $cloneArguments
getMockForTrait()
Creates a mock object for the specified trait with all abstract methods of the trait mocked. Concrete methods to mock can be specified with the `$mockedMethods` parameter.
- string $traitName
- array $arguments
- string $mockClassName
- bool $callOriginalConstructor
- bool $callOriginalClone
- bool $callAutoload
- array $mockedMethods
- bool $cloneArguments
getMockFromWsdl()
Creates a mock object based on the given WSDL file.
- string $wsdlFile
- string $originalClassName
- string $mockClassName
- array $methods
- bool $callOriginalConstructor
- array $options
getObjectForTrait()
Creates an object that uses the specified trait.
- string $traitName
- array $arguments
- string $traitClassName
- bool $callOriginalConstructor
- bool $callOriginalClone
- bool $callAutoload
iniSet()
This method is a wrapper for the ini_set() function that automatically resets the modified php.ini setting to its original value after the test is run.
- string $varName
- string $newValue
never()
Returns a matcher that matches when the method is never executed.
onConsecutiveCalls()
- mixed $arguments
onNotSuccessfulTest()
This method is called when a test method did not execute successfully.
- Throwable $t
once()
Returns a matcher that matches when the method is executed exactly once.
registerComparator()
- \SebastianBergmann\Comparator\Comparator $comparator
registerFailureType()
- string $classOrInterface
returnArgument()
- int $argumentIndex
returnCallback()
- callable $callback
returnSelf()
returnValue()
- mixed $value
returnValueMap()
- array $valueMap
setLocale()
This method is a wrapper for the setlocale() function that automatically resets the locale to its original value after the test is run.
- mixed $arguments
setUp()
This method is called before each test.
tearDown()
This method is called after each test.
throwException()
- Throwable $exception
transformException()
- Throwable $t
activeErrorHandlers()
activeExceptionHandlers()
checkRequirements()
cleanupIniSettings()
cleanupLocaleSettings()
compareGlobalStateSnapshotPart()
- array $before
- array $after
- string $header
compareGlobalStateSnapshots()
- \SebastianBergmann\GlobalState\Snapshot $before
- \SebastianBergmann\GlobalState\Snapshot $after
createGlobalStateSnapshot()
- bool $backupGlobals
expectedExceptionWasNotRaised()
generateReturnValuesForTestDoubles()
handleDependencies()
handleExceptionFromInvokedCountMockObjectRule()
- Throwable $t
hasExpectationOnOutput()
invokeAfterClassHookMethods()
- array $hookMethods
- \PHPUnit\Event\Emitter $emitter
invokeAfterTestHookMethods()
- array $hookMethods
- \PHPUnit\Event\Emitter $emitter
invokeBeforeClassHookMethods()
- array $hookMethods
- \PHPUnit\Event\Emitter $emitter
invokeBeforeTestHookMethods()
- array $hookMethods
- \PHPUnit\Event\Emitter $emitter
invokeHookMethods()
- \PHPUnit\Runner\HookMethodCollection $hookMethods
- \PHPUnit\Event\Emitter $emitter
- string $calledMethod
- string $erroredMethod
- string $finishedMethod - *
invokePostConditionHookMethods()
- array $hookMethods
- \PHPUnit\Event\Emitter $emitter
invokePreConditionHookMethods()
- array $hookMethods
- \PHPUnit\Event\Emitter $emitter
isCallableTestMethod()
- string $dependency
isRegisteredFailure()
- Throwable $t
markErrorForInvalidDependency()
- ?\PHPUnit\Framework\ExecutionOrderDependency $dependency
markSkippedForMissingDependency()
- \PHPUnit\Framework\ExecutionOrderDependency $dependency
methodDoesNotExistOrIsDeclaredInTestCase()
- string $methodName
performAssertionsOnOutput()
requirementsNotSatisfied()
requiresXdebug()
restoreGlobalErrorExceptionHandlers()
restoreGlobalState()
runTest()
shouldExceptionExpectationsBeVerified()
- Throwable $throwable
shouldInvocationMockerBeReset()
- \PHPUnit\Framework\MockObject\MockObject $mock
shouldRunInSeparateProcess()
snapshotGlobalErrorExceptionHandlers()
snapshotGlobalState()
startOutputBuffering()
stopOutputBuffering()
unregisterCustomComparators()
verifyDeprecationExpectations()
verifyExceptionExpectations()
- Exception|Throwable $exception
verifyMockObjects()
Inherited methods #
-
assertArrayIsEqualToArrayOnlyConsideringListOfKeys()fromPHPUnit\Framework\Assert -
assertArrayIsEqualToArrayIgnoringListOfKeys()fromPHPUnit\Framework\Assert -
assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys()fromPHPUnit\Framework\Assert -
assertArrayIsIdenticalToArrayIgnoringListOfKeys()fromPHPUnit\Framework\Assert -
assertArrayHasKey()fromPHPUnit\Framework\Assert -
assertArrayNotHasKey()fromPHPUnit\Framework\Assert -
assertIsList()fromPHPUnit\Framework\Assert -
assertContains()fromPHPUnit\Framework\Assert -
assertContainsEquals()fromPHPUnit\Framework\Assert -
assertNotContains()fromPHPUnit\Framework\Assert -
assertNotContainsEquals()fromPHPUnit\Framework\Assert -
assertContainsOnly()fromPHPUnit\Framework\Assert -
assertContainsOnlyArray()fromPHPUnit\Framework\Assert -
assertContainsOnlyBool()fromPHPUnit\Framework\Assert -
assertContainsOnlyCallable()fromPHPUnit\Framework\Assert -
assertContainsOnlyFloat()fromPHPUnit\Framework\Assert -
assertContainsOnlyInt()fromPHPUnit\Framework\Assert -
assertContainsOnlyIterable()fromPHPUnit\Framework\Assert -
assertContainsOnlyNull()fromPHPUnit\Framework\Assert -
assertContainsOnlyNumeric()fromPHPUnit\Framework\Assert -
assertContainsOnlyObject()fromPHPUnit\Framework\Assert -
assertContainsOnlyResource()fromPHPUnit\Framework\Assert -
assertContainsOnlyClosedResource()fromPHPUnit\Framework\Assert -
assertContainsOnlyScalar()fromPHPUnit\Framework\Assert -
assertContainsOnlyString()fromPHPUnit\Framework\Assert -
assertContainsOnlyInstancesOf()fromPHPUnit\Framework\Assert -
assertNotContainsOnly()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyArray()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyBool()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyCallable()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyFloat()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyInt()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyIterable()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyNull()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyNumeric()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyObject()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyResource()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyClosedResource()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyScalar()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyString()fromPHPUnit\Framework\Assert -
assertContainsNotOnlyInstancesOf()fromPHPUnit\Framework\Assert -
assertCount()fromPHPUnit\Framework\Assert -
assertNotCount()fromPHPUnit\Framework\Assert -
assertEquals()fromPHPUnit\Framework\Assert -
assertEqualsCanonicalizing()fromPHPUnit\Framework\Assert -
assertEqualsIgnoringCase()fromPHPUnit\Framework\Assert -
assertEqualsWithDelta()fromPHPUnit\Framework\Assert -
assertNotEquals()fromPHPUnit\Framework\Assert -
assertNotEqualsCanonicalizing()fromPHPUnit\Framework\Assert -
assertNotEqualsIgnoringCase()fromPHPUnit\Framework\Assert -
assertNotEqualsWithDelta()fromPHPUnit\Framework\Assert -
assertObjectEquals()fromPHPUnit\Framework\Assert -
assertObjectNotEquals()fromPHPUnit\Framework\Assert -
assertEmpty()fromPHPUnit\Framework\Assert -
assertNotEmpty()fromPHPUnit\Framework\Assert -
assertGreaterThan()fromPHPUnit\Framework\Assert -
assertGreaterThanOrEqual()fromPHPUnit\Framework\Assert -
assertLessThan()fromPHPUnit\Framework\Assert -
assertLessThanOrEqual()fromPHPUnit\Framework\Assert -
assertFileEquals()fromPHPUnit\Framework\Assert -
assertFileEqualsCanonicalizing()fromPHPUnit\Framework\Assert -
assertFileEqualsIgnoringCase()fromPHPUnit\Framework\Assert -
assertFileNotEquals()fromPHPUnit\Framework\Assert -
assertFileNotEqualsCanonicalizing()fromPHPUnit\Framework\Assert -
assertFileNotEqualsIgnoringCase()fromPHPUnit\Framework\Assert -
assertStringEqualsFile()fromPHPUnit\Framework\Assert -
assertStringEqualsFileCanonicalizing()fromPHPUnit\Framework\Assert -
assertStringEqualsFileIgnoringCase()fromPHPUnit\Framework\Assert -
assertStringNotEqualsFile()fromPHPUnit\Framework\Assert -
assertStringNotEqualsFileCanonicalizing()fromPHPUnit\Framework\Assert -
assertStringNotEqualsFileIgnoringCase()fromPHPUnit\Framework\Assert -
assertIsReadable()fromPHPUnit\Framework\Assert -
assertIsNotReadable()fromPHPUnit\Framework\Assert -
assertIsWritable()fromPHPUnit\Framework\Assert -
assertIsNotWritable()fromPHPUnit\Framework\Assert -
assertDirectoryExists()fromPHPUnit\Framework\Assert -
assertDirectoryDoesNotExist()fromPHPUnit\Framework\Assert -
assertDirectoryIsReadable()fromPHPUnit\Framework\Assert -
assertDirectoryIsNotReadable()fromPHPUnit\Framework\Assert -
assertDirectoryIsWritable()fromPHPUnit\Framework\Assert -
assertDirectoryIsNotWritable()fromPHPUnit\Framework\Assert -
assertFileExists()fromPHPUnit\Framework\Assert -
assertFileDoesNotExist()fromPHPUnit\Framework\Assert -
assertFileIsReadable()fromPHPUnit\Framework\Assert -
assertFileIsNotReadable()fromPHPUnit\Framework\Assert -
assertFileIsWritable()fromPHPUnit\Framework\Assert -
assertFileIsNotWritable()fromPHPUnit\Framework\Assert -
assertTrue()fromPHPUnit\Framework\Assert -
assertNotTrue()fromPHPUnit\Framework\Assert -
assertFalse()fromPHPUnit\Framework\Assert -
assertNotFalse()fromPHPUnit\Framework\Assert -
assertNull()fromPHPUnit\Framework\Assert -
assertNotNull()fromPHPUnit\Framework\Assert -
assertFinite()fromPHPUnit\Framework\Assert -
assertInfinite()fromPHPUnit\Framework\Assert -
assertNan()fromPHPUnit\Framework\Assert -
assertObjectHasProperty()fromPHPUnit\Framework\Assert -
assertObjectNotHasProperty()fromPHPUnit\Framework\Assert -
assertSame()fromPHPUnit\Framework\Assert -
assertNotSame()fromPHPUnit\Framework\Assert -
assertInstanceOf()fromPHPUnit\Framework\Assert -
assertNotInstanceOf()fromPHPUnit\Framework\Assert -
assertIsArray()fromPHPUnit\Framework\Assert -
assertIsBool()fromPHPUnit\Framework\Assert -
assertIsFloat()fromPHPUnit\Framework\Assert -
assertIsInt()fromPHPUnit\Framework\Assert -
assertIsNumeric()fromPHPUnit\Framework\Assert -
assertIsObject()fromPHPUnit\Framework\Assert -
assertIsResource()fromPHPUnit\Framework\Assert -
assertIsClosedResource()fromPHPUnit\Framework\Assert -
assertIsString()fromPHPUnit\Framework\Assert -
assertIsScalar()fromPHPUnit\Framework\Assert -
assertIsCallable()fromPHPUnit\Framework\Assert -
assertIsIterable()fromPHPUnit\Framework\Assert -
assertIsNotArray()fromPHPUnit\Framework\Assert -
assertIsNotBool()fromPHPUnit\Framework\Assert -
assertIsNotFloat()fromPHPUnit\Framework\Assert -
assertIsNotInt()fromPHPUnit\Framework\Assert -
assertIsNotNumeric()fromPHPUnit\Framework\Assert -
assertIsNotObject()fromPHPUnit\Framework\Assert -
assertIsNotResource()fromPHPUnit\Framework\Assert -
assertIsNotClosedResource()fromPHPUnit\Framework\Assert -
assertIsNotString()fromPHPUnit\Framework\Assert -
assertIsNotScalar()fromPHPUnit\Framework\Assert -
assertIsNotCallable()fromPHPUnit\Framework\Assert -
assertIsNotIterable()fromPHPUnit\Framework\Assert -
assertMatchesRegularExpression()fromPHPUnit\Framework\Assert -
assertDoesNotMatchRegularExpression()fromPHPUnit\Framework\Assert -
assertSameSize()fromPHPUnit\Framework\Assert -
assertNotSameSize()fromPHPUnit\Framework\Assert -
assertStringContainsStringIgnoringLineEndings()fromPHPUnit\Framework\Assert -
assertStringEqualsStringIgnoringLineEndings()fromPHPUnit\Framework\Assert -
assertFileMatchesFormat()fromPHPUnit\Framework\Assert -
assertFileMatchesFormatFile()fromPHPUnit\Framework\Assert -
assertStringMatchesFormat()fromPHPUnit\Framework\Assert -
assertStringNotMatchesFormat()fromPHPUnit\Framework\Assert -
assertStringMatchesFormatFile()fromPHPUnit\Framework\Assert -
assertStringNotMatchesFormatFile()fromPHPUnit\Framework\Assert -
assertStringStartsWith()fromPHPUnit\Framework\Assert -
assertStringStartsNotWith()fromPHPUnit\Framework\Assert -
assertStringContainsString()fromPHPUnit\Framework\Assert -
assertStringContainsStringIgnoringCase()fromPHPUnit\Framework\Assert -
assertStringNotContainsString()fromPHPUnit\Framework\Assert -
assertStringNotContainsStringIgnoringCase()fromPHPUnit\Framework\Assert -
assertStringEndsWith()fromPHPUnit\Framework\Assert -
assertStringEndsNotWith()fromPHPUnit\Framework\Assert -
assertXmlFileEqualsXmlFile()fromPHPUnit\Framework\Assert -
assertXmlFileNotEqualsXmlFile()fromPHPUnit\Framework\Assert -
assertXmlStringEqualsXmlFile()fromPHPUnit\Framework\Assert -
assertXmlStringNotEqualsXmlFile()fromPHPUnit\Framework\Assert -
assertXmlStringEqualsXmlString()fromPHPUnit\Framework\Assert -
assertXmlStringNotEqualsXmlString()fromPHPUnit\Framework\Assert -
assertThat()fromPHPUnit\Framework\Assert -
assertJson()fromPHPUnit\Framework\Assert -
assertJsonStringEqualsJsonString()fromPHPUnit\Framework\Assert -
assertJsonStringNotEqualsJsonString()fromPHPUnit\Framework\Assert -
assertJsonStringEqualsJsonFile()fromPHPUnit\Framework\Assert -
assertJsonStringNotEqualsJsonFile()fromPHPUnit\Framework\Assert -
assertJsonFileEqualsJsonFile()fromPHPUnit\Framework\Assert -
assertJsonFileNotEqualsJsonFile()fromPHPUnit\Framework\Assert -
logicalAnd()fromPHPUnit\Framework\Assert -
logicalOr()fromPHPUnit\Framework\Assert -
logicalNot()fromPHPUnit\Framework\Assert -
logicalXor()fromPHPUnit\Framework\Assert -
anything()fromPHPUnit\Framework\Assert -
isTrue()fromPHPUnit\Framework\Assert -
callback()fromPHPUnit\Framework\Assert -
isFalse()fromPHPUnit\Framework\Assert -
isJson()fromPHPUnit\Framework\Assert -
isNull()fromPHPUnit\Framework\Assert -
isFinite()fromPHPUnit\Framework\Assert -
isInfinite()fromPHPUnit\Framework\Assert -
isNan()fromPHPUnit\Framework\Assert -
containsEqual()fromPHPUnit\Framework\Assert -
containsIdentical()fromPHPUnit\Framework\Assert -
containsOnly()fromPHPUnit\Framework\Assert -
containsOnlyArray()fromPHPUnit\Framework\Assert -
containsOnlyBool()fromPHPUnit\Framework\Assert -
containsOnlyCallable()fromPHPUnit\Framework\Assert -
containsOnlyFloat()fromPHPUnit\Framework\Assert -
containsOnlyInt()fromPHPUnit\Framework\Assert -
containsOnlyIterable()fromPHPUnit\Framework\Assert -
containsOnlyNull()fromPHPUnit\Framework\Assert -
containsOnlyNumeric()fromPHPUnit\Framework\Assert -
containsOnlyObject()fromPHPUnit\Framework\Assert -
containsOnlyResource()fromPHPUnit\Framework\Assert -
containsOnlyClosedResource()fromPHPUnit\Framework\Assert -
containsOnlyScalar()fromPHPUnit\Framework\Assert -
containsOnlyString()fromPHPUnit\Framework\Assert -
containsOnlyInstancesOf()fromPHPUnit\Framework\Assert -
arrayHasKey()fromPHPUnit\Framework\Assert -
isList()fromPHPUnit\Framework\Assert -
equalTo()fromPHPUnit\Framework\Assert -
equalToCanonicalizing()fromPHPUnit\Framework\Assert -
equalToIgnoringCase()fromPHPUnit\Framework\Assert -
equalToWithDelta()fromPHPUnit\Framework\Assert -
isEmpty()fromPHPUnit\Framework\Assert -
isWritable()fromPHPUnit\Framework\Assert -
isReadable()fromPHPUnit\Framework\Assert -
directoryExists()fromPHPUnit\Framework\Assert -
fileExists()fromPHPUnit\Framework\Assert -
greaterThan()fromPHPUnit\Framework\Assert -
greaterThanOrEqual()fromPHPUnit\Framework\Assert -
identicalTo()fromPHPUnit\Framework\Assert -
isInstanceOf()fromPHPUnit\Framework\Assert -
isArray()fromPHPUnit\Framework\Assert -
isBool()fromPHPUnit\Framework\Assert -
isCallable()fromPHPUnit\Framework\Assert -
isFloat()fromPHPUnit\Framework\Assert -
isInt()fromPHPUnit\Framework\Assert -
isIterable()fromPHPUnit\Framework\Assert -
isNumeric()fromPHPUnit\Framework\Assert -
isObject()fromPHPUnit\Framework\Assert -
isResource()fromPHPUnit\Framework\Assert -
isClosedResource()fromPHPUnit\Framework\Assert -
isScalar()fromPHPUnit\Framework\Assert -
isString()fromPHPUnit\Framework\Assert -
isType()fromPHPUnit\Framework\Assert -
lessThan()fromPHPUnit\Framework\Assert -
lessThanOrEqual()fromPHPUnit\Framework\Assert -
matchesRegularExpression()fromPHPUnit\Framework\Assert -
matches()fromPHPUnit\Framework\Assert -
stringStartsWith()fromPHPUnit\Framework\Assert -
stringContains()fromPHPUnit\Framework\Assert -
stringEndsWith()fromPHPUnit\Framework\Assert -
stringEqualsStringIgnoringLineEndings()fromPHPUnit\Framework\Assert -
countOf()fromPHPUnit\Framework\Assert -
objectEquals()fromPHPUnit\Framework\Assert -
fail()fromPHPUnit\Framework\Assert -
markTestIncomplete()fromPHPUnit\Framework\Assert -
markTestSkipped()fromPHPUnit\Framework\Assert -
getCount()fromPHPUnit\Framework\Assert -
resetCount()fromPHPUnit\Framework\Assert