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

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        if (!$this->getUser()->canManageAcl() && !$this->getUser()->isTeamOwner()) {
            $this->markTestSkipped('Specified test user is not allowed to manage environments.');
        }
    }