PHP Класс Tester\TestCase

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
run ( ) : void Runs the test case.
runTest ( $method, array $args = NULL ) : void Runs the test method.

Защищенные методы

Метод Описание
getData ( $provider ) : array
setUp ( ) : void This method is called before a test is executed.
tearDown ( ) : void This method is called after a test is executed.

Приватные методы

Метод Описание
silentTearDown ( )

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

getData() защищенный Метод

protected getData ( $provider ) : array
Результат array

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

Runs the test case.
public run ( ) : void
Результат void

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

Runs the test method.
public runTest ( $method, array $args = NULL ) : void
$args array
Результат void

setUp() защищенный Метод

This method is called before a test is executed.
protected setUp ( ) : void
Результат void

tearDown() защищенный Метод

This method is called after a test is executed.
protected tearDown ( ) : void
Результат void