AbstractTestCase
extends TestCase
Table of Contents
Methods
-
assertSchema()
: void
-
failException()
: void
-
findSchemaLocation()
: string|null
-
getObjectMethod()
: mixed
-
getObjectProperty()
: mixed
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
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
-