SettingsAdminTest
extends Assert
in package
Assert that the settings-page is created.
This class defines the assertions to run when installing or uninstalling the extension. It use called as part of E2E_Shimmy_LifecycleTest.
Tags
Table of Contents
Methods
- testDisabled() : void
- testInstalled() : void
- testPreConditions() : void
- testUninstalled() : void
- adminHttp() : mixed
- getPath() : string
- hasPathLikeExpr() : mixed
Methods
testDisabled()
public
testDisabled(mixed $cv) : void
Parameters
- $cv : mixed
testInstalled()
public
testInstalled(mixed $cv) : void
Parameters
- $cv : mixed
testPreConditions()
public
testPreConditions(mixed $cv) : void
Parameters
- $cv : mixed
testUninstalled()
public
testUninstalled(mixed $cv) : void
Parameters
- $cv : mixed
adminHttp()
protected
static adminHttp(string $path) : mixed
Parameters
- $path : string
getPath()
protected
static getPath([mixed $suffix = '' ]) : string
Parameters
- $suffix : mixed = ''
Return values
stringhasPathLikeExpr()
protected
static hasPathLikeExpr(mixed $pattern, mixed $httpResponse) : mixed
Parameters
- $pattern : mixed
- $httpResponse : mixed