PHP Класс Redaxscript\Tests\MessengerTest

С версии: 3.0.0
Автор: Henry Ruhs
Наследование: extends TestCaseAbstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_registry object instance of the registry class

Открытые методы

Метод Описание
providerError ( ) : array providerError
providerInfo ( ) : array providerInfo
providerRender ( ) : array providerRender
providerSuccess ( ) : array providerSuccess
providerWarning ( ) : array providerWarning
setUp ( ) setUp
testError ( array $error = null, array $actionArray = null, string $expect = null ) testError
testInfo ( array $info = null, array $actionArray = [], string $expect = null ) testInfo
testRender ( array $render = null, array $actionArray = null, string $expect = null ) testRender
testSuccess ( array $success = null, array $actionArray = [], string $expect = null ) testSuccess
testWarning ( array $warning = null, array $actionArray = [], string $expect = null ) testWarning

Описание методов

providerError() публичный Метод

providerError
С версии: 3.0.0
public providerError ( ) : array
Результат array

providerInfo() публичный Метод

providerInfo
С версии: 3.0.0
public providerInfo ( ) : array
Результат array

providerRender() публичный Метод

providerRender
С версии: 3.0.0
public providerRender ( ) : array
Результат array

providerSuccess() публичный Метод

providerSuccess
С версии: 3.0.0
public providerSuccess ( ) : array
Результат array

providerWarning() публичный Метод

providerWarning
С версии: 3.0.0
public providerWarning ( ) : array
Результат array

setUp() публичный Метод

setUp
С версии: 2.1.0
public setUp ( )

testError() публичный Метод

testError
С версии: 3.0.0
public testError ( array $error = null, array $actionArray = null, string $expect = null )
$error array
$actionArray array
$expect string

testInfo() публичный Метод

testInfo
С версии: 3.0.0
public testInfo ( array $info = null, array $actionArray = [], string $expect = null )
$info array
$actionArray array
$expect string

testRender() публичный Метод

testRender
С версии: 3.0.0
public testRender ( array $render = null, array $actionArray = null, string $expect = null )
$render array
$actionArray array
$expect string

testSuccess() публичный Метод

testSuccess
С версии: 3.0.0
public testSuccess ( array $success = null, array $actionArray = [], string $expect = null )
$success array
$actionArray array
$expect string

testWarning() публичный Метод

testWarning
С версии: 3.0.0
public testWarning ( array $warning = null, array $actionArray = [], string $expect = null )
$warning array
$actionArray array
$expect string

Описание свойств

$_registry защищенное свойство

instance of the registry class
protected object $_registry
Результат object