PHP Класс ContainerTest

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

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

Метод Описание
setUp ( ) WP Unit test framework auto initializes our Container but we don't want this, clear it before running tests
tearDown ( ) Put back Container to the way it was
test_getException ( )
test_getPimpleException ( )
test_getSet ( )
test_initSetGetPimple ( )
test_setException ( )

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

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

WP Unit test framework auto initializes our Container but we don't want this, clear it before running tests
public setUp ( )

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

Put back Container to the way it was
public tearDown ( )

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

public test_getException ( )

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

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

public test_getSet ( )

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

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

public test_setException ( )