Eccube\Tests\Web\Admin\Setting\Shop\PaymentControllerTest::testAddImage_NotAjax PHP Method

testAddImage_NotAjax() public method

    public function testAddImage_NotAjax()
    {
        $formData = $this->createFormData();
        $this->client->request('POST', $this->app->url('admin_payment_image_add'), array('payment_register' => $formData), array());
    }