Lggr
|
Protected Member Functions | |
setUp () | |
![]() | |
setExpectedExceptionFromAnnotation () | |
setUseErrorHandlerFromAnnotation () | |
checkRequirements () | |
runTest () | |
verifyMockObjects () | |
iniSet ($varName, $newValue) | |
setLocale () | |
createMock ($originalClassName) | |
createConfiguredMock ($originalClassName, array $configuration) | |
createPartialMock ($originalClassName, array $methods) | |
createTestProxy ($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) | |
getProvidedData () | |
createResult () | |
handleDependencies () | |
assertPreConditions () | |
assertPostConditions () | |
tearDown () | |
onNotSuccessfulTest (Throwable $t) | |
prepareTemplate (Text_Template $template) | |
Additional Inherited Members | |
![]() | |
static | any () |
static | never () |
static | atLeast ($requiredInvocations) |
static | atLeastOnce () |
static | once () |
static | exactly ($count) |
static | atMost ($allowedInvocations) |
static | at ($index) |
static | returnValue ($value) |
static | returnValueMap (array $valueMap) |
static | returnArgument ($argumentIndex) |
static | returnCallback ($callback) |
static | returnSelf () |
static | throwException (Throwable $exception) |
static | onConsecutiveCalls () |
static | setUpBeforeClass () |
static | tearDownAfterClass () |
![]() | |
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 () |
![]() | |
$backupGlobals | |
$backupGlobalsBlacklist = [] | |
$backupStaticAttributes | |
$backupStaticAttributesBlacklist = [] | |
$runTestInSeparateProcess | |
$preserveGlobalState = true | |
@covers PharIo\Manifest\PhpVersionRequirement
@uses \PharIo\Version\VersionConstraint
|
protected |
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
Reimplemented from PHPUnit\Framework\TestCase.