Eccube\Tests\Form\Type\ClassCategoryTypeTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        // CSRF tokenを無効にしてFormを作成
        $this->form = $this->app['form.factory']->createBuilder('admin_class_category', null, array('csrf_protection' => false))->getForm();
    }