Eccube\Tests\Transaction\TransactionListenerTest::testTran3 PHP Method

testTran3() public method

正常系. tran3 が設定される.
public testTran3 ( )
    public function testTran3()
    {
        if ($this->app['config']['database']['driver'] == 'pdo_sqlite') {
            $message = 'sqlite3 is not supported';
            $this->markTestSkipped($message);
        }
        $client = $this->createClient();
        $crawler = $client->request('GET', '/tran3');
        $this->verify('tran3');
    }