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

setUp() public method

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