Scalr\Tests\Functional\Ui\Controller\Roles\CategoriesTest::setUp PHP Метод

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

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->testCategoryName = 'testrolecategory';
        $this->invalidCategoryName = 'Invalid-category!';
    }