Documentation

AbstractModuleTest extends AbstractTestCase
in package

AbstractYes

Table of Contents

Methods

assetLocalUrlProvider()  : iterable<string|int, mixed>
assetReferenceProvider()  : iterable<string|int, mixed>
assetReferenceUrlProvider()  : iterable<string|int, mixed>
testAssetReferenceIsValid()  : void
testLocalAssetExists()  : void
testLocalExecutableExists()  : void
testLocalResultExists()  : void
testLocalResultIsValidAccordingToSchema()  : void
testReferencedAssetExists()  : void
testReferencedExecutableExists()  : void
testReferencedModuleExists()  : void
testReferencedResultExists()  : void
assertSchema()  : void
failException()  : void
findSchemaLocation()  : string|null
getManifest()  : ManifestInterface
getManifestAsset()  : AssetInterface
getManifestAuthority()  : FarahUrlAuthority
getManifestDocument()  : DOMDocument
getManifestMethod()  : mixed
getManifestProperty()  : mixed
getManifestUrl()  : FarahUrl
getObjectMethod()  : mixed
getObjectProperty()  : mixed

Methods

assetLocalUrlProvider()

public assetLocalUrlProvider() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

assetReferenceProvider()

public assetReferenceProvider() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

assetReferenceUrlProvider()

public assetReferenceUrlProvider() : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

testAssetReferenceIsValid()

public testAssetReferenceIsValid(string $ref, FarahUrl $context) : void
Parameters
$ref : string
$context : FarahUrl
Tags
dataProvider

assetReferenceProvider

testLocalResultIsValidAccordingToSchema()

public testLocalResultIsValidAccordingToSchema(FarahUrl $url) : void
Parameters
$url : FarahUrl
Tags
depends

testLocalResultExists

dataProvider

assetLocalUrlProvider

testReferencedExecutableExists()

public testReferencedExecutableExists(FarahUrl $url) : void
Parameters
$url : FarahUrl
Tags
dataProvider

assetReferenceUrlProvider

assertSchema()

protected assertSchema(DOMDocument $document, string $schema) : void
Parameters
$document : DOMDocument
$schema : string

failException()

protected failException(Throwable $e) : void
Parameters
$e : Throwable

findSchemaLocation()

protected findSchemaLocation(DOMDocument $document) : string|null
Parameters
$document : DOMDocument
Return values
string|null

getManifestDocument()

protected getManifestDocument() : DOMDocument
Return values
DOMDocument

getManifestMethod()

protected getManifestMethod(string $name) : mixed
Parameters
$name : string

getManifestProperty()

protected getManifestProperty(string $name) : mixed
Parameters
$name : string

getObjectMethod()

protected getObjectMethod(object $target, string $name, mixed ...$args) : mixed
Parameters
$target : object
$name : string
$args : mixed

getObjectProperty()

protected getObjectProperty(object $target, string $name) : mixed
Parameters
$target : object
$name : string

        
On this page

Search results