Documentation

CrudTestFormAsserts

Table of Contents

Methods

assertFormFieldExists()  : void
assertFormFieldHasLabel()  : void
assertFormFieldNotExists()  : void
assertFormFieldNotHasLabel()  : void

Methods

assertFormFieldExists()

protected assertFormFieldExists(string $fieldName[, string|null $message = null ]) : void
Parameters
$fieldName : string
$message : string|null = null

assertFormFieldHasLabel()

protected assertFormFieldHasLabel(string $fieldName, string $label[, string|null $message = null ]) : void
Parameters
$fieldName : string
$label : string
$message : string|null = null

assertFormFieldNotExists()

protected assertFormFieldNotExists(string $fieldName[, string|null $message = null ]) : void
Parameters
$fieldName : string
$message : string|null = null

assertFormFieldNotHasLabel()

protected assertFormFieldNotHasLabel(string $fieldName, string $label[, string|null $message = null ]) : void
Parameters
$fieldName : string
$label : string
$message : string|null = null

        
On this page

Search results