PHP Класс ZF2rapidTest\Task\Setup\ControllerPluginExistsTest

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

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

Метод Описание
testInstantiation ( ) Test instantiation of class
testWithControllerPluginExisting ( ) Test with controller plugin existing
testWithControllerPluginNotExisting ( ) Test with controller plugin not existing

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

Метод Описание
setUp ( ) Sets up the fixture, for example, open a network connection.
tearDown ( ) Tears down the fixture, for example, close a network connection.

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

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

This method is called before a test is executed.
protected setUp ( )

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

This method is called after a test is executed.
protected tearDown ( )

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

Test instantiation of class
public testInstantiation ( )

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

Test with controller plugin existing

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

Test with controller plugin not existing