Eccube\Tests\Web\Admin\Order\MailControllerTest::testMailAll PHP Метод

testMailAll() публичный Метод

public testMailAll ( )
    public function testMailAll()
    {
        $form = $this->createFormData();
        $crawler = $this->client->request('GET', $this->app->url('admin_order_mail_all'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }