Documentation

PageTrait

Trait for writing tests interacting with QuickForm Pages.

Table of Contents

Properties

$page  : PageWrapper

Methods

getTestPage()  : PageWrapper
assertOutputNotContainsString()  : void
Assert that the status set does not contain the given string.

Properties

Methods

getTestPage()

public getTestPage(string $pageName[, array<string|int, mixed> $urlParameters = [] ]) : PageWrapper
Parameters
$pageName : string
$urlParameters : array<string|int, mixed> = []
Return values
PageWrapper

assertOutputNotContainsString()

Assert that the status set does not contain the given string.

protected assertOutputNotContainsString(string $string) : void

.

Parameters
$string : string

        
On this page

Search results