Eccube\Tests\Web\Admin\Setting\System\LogControllerTest::testSystemLogSubmit PHP Method

testSystemLogSubmit() public method

change log
public testSystemLogSubmit ( )
    public function testSystemLogSubmit()
    {
        $this->client->request('POST', $this->app->url('admin_setting_system_log'), array('admin_system_log' => $this->formData));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }