PHP Class Scalr\Tests\Functional\Ui\Controller\EnvironmentsTest

Since: 18.09.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Tests\WebTestCase
Show file Open project: scalr/scalr

Public Methods

Method Description
testXCreateAction ( )
testXListEnvironmentsAction ( )

Protected Methods

Method Description
_getInfoAction ( $envId )
_removeTestEnv ( integer $envId ) Removes created in this test environment
setUp ( )

Method Details

_getInfoAction() protected method

protected _getInfoAction ( $envId )

_removeTestEnv() protected method

Removes created in this test environment
protected _removeTestEnv ( integer $envId )
$envId integer The identifier of the created environment

setUp() protected method

protected setUp ( )

testXCreateAction() public method

public testXCreateAction ( )

testXListEnvironmentsAction() public method