PageTrait
Trait for writing tests interacting with QuickForm Pages.
Table of Contents
Properties
Methods
- getTestPage() : PageWrapper
- assertOutputNotContainsString() : void
- Assert that the status set does not contain the given string.
Properties
$page
private
PageWrapper
$page
Methods
getTestPage()
public
getTestPage(string $pageName[, array<string|int, mixed> $urlParameters = [] ]) : PageWrapper
Parameters
- $pageName : string
- $urlParameters : array<string|int, mixed> = []
Return values
PageWrapperassertOutputNotContainsString()
Assert that the status set does not contain the given string.
protected
assertOutputNotContainsString(string $string) : void
.
Parameters
- $string : string