CrudTestFormAsserts
Table of Contents
Methods
-
assertFormFieldExists()
: void
-
assertFormFieldHasLabel()
: void
-
assertFormFieldNotExists()
: void
-
assertFormFieldNotHasLabel()
: void
protected
assertFormFieldExists(string $fieldName[, string|null $message = null ]) : void
Parameters
-
$fieldName
: string
-
-
$message
: string|null
= null
-
protected
assertFormFieldHasLabel(string $fieldName, string $label[, string|null $message = null ]) : void
Parameters
-
$fieldName
: string
-
-
$label
: string
-
-
$message
: string|null
= null
-
protected
assertFormFieldNotExists(string $fieldName[, string|null $message = null ]) : void
Parameters
-
$fieldName
: string
-
-
$message
: string|null
= null
-
protected
assertFormFieldNotHasLabel(string $fieldName, string $label[, string|null $message = null ]) : void
Parameters
-
$fieldName
: string
-
-
$label
: string
-
-
$message
: string|null
= null
-