Documentation

AbstractManifestTest extends AbstractTestCase
in package

AbstractYes

Table of Contents

Methods

customExecutableBuilderProvider()  : iterable<string|int, mixed>
customInstructionProvider()  : iterable<string|int, mixed>
customParameterFilterProvider()  : iterable<string|int, mixed>
customPathResolverProvider()  : iterable<string|int, mixed>
testClassImplementsExecutableBuilderStrategy()  : void
testClassImplementsInstructionStrategy()  : void
testClassImplementsParameterFilterStrategy()  : void
testClassImplementsPathResolverStrategy()  : void
testHasRootElement()  : void
testRootElementIsAssets()  : void
assertSchema()  : void
failException()  : void
findSchemaLocation()  : string|null
getManifestDocument()  : DOMDocument
getManifestRoot()  : LeanElement
getObjectMethod()  : mixed
getObjectProperty()  : mixed
loadTree()  : LeanElement

Methods

customExecutableBuilderProvider()

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

customInstructionProvider()

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

customParameterFilterProvider()

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

customPathResolverProvider()

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

testClassImplementsExecutableBuilderStrategy()

public testClassImplementsExecutableBuilderStrategy(string $className) : void
Parameters
$className : string
Tags
dataProvider

customExecutableBuilderProvider

testClassImplementsInstructionStrategy()

public testClassImplementsInstructionStrategy(string $className) : void
Parameters
$className : string
Tags
dataProvider

customInstructionProvider

testClassImplementsParameterFilterStrategy()

public testClassImplementsParameterFilterStrategy(string $className) : void
Parameters
$className : string
Tags
dataProvider

customParameterFilterProvider

testClassImplementsPathResolverStrategy()

public testClassImplementsPathResolverStrategy(string $className) : void
Parameters
$className : string
Tags
dataProvider

customPathResolverProvider

testRootElementIsAssets()

public testRootElementIsAssets() : void
Tags
depends

testHasRootElement

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

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