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
testClassImplementsInstructionStrategy()
public
testClassImplementsInstructionStrategy(string $className) : void
Parameters
- $className : string
Tags
testClassImplementsParameterFilterStrategy()
public
testClassImplementsParameterFilterStrategy(string $className) : void
Parameters
- $className : string
Tags
testClassImplementsPathResolverStrategy()
public
testClassImplementsPathResolverStrategy(string $className) : void
Parameters
- $className : string
Tags
testHasRootElement()
public
testHasRootElement() : void
testRootElementIsAssets()
public
testRootElementIsAssets() : void
Tags
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|nullgetManifestDocument()
protected
getManifestDocument() : DOMDocument
Return values
DOMDocumentgetManifestRoot()
protected
getManifestRoot() : LeanElement
Return values
LeanElementgetObjectMethod()
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
loadTree()
protected
abstract static loadTree() : LeanElement