Scalr\Tests\Functional\Ui\Controller\EnvironmentsTest::_removeTestEnv PHP Method

_removeTestEnv() protected method

Removes created in this test environment
protected _removeTestEnv ( integer $envId )
$envId integer The identifier of the created environment
    protected function _removeTestEnv($envId)
    {
        $response = $this->internalRequest('/environments/xRemove?envId=' . $envId);
        $this->assertTrue(isset($response['success']) && $response['success']);
    }