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

testTran4() public method

異常系.
BEGIN
  BEGIN
      UPDATE to tran4
  COMMIT
ROLLBACK
初期値が設定される.
public testTran4 ( )
    public function testTran4()
    {
        $BaseInfo = $this->app['eccube.repository.base_info']->get();
        $companyName = $BaseInfo->getCompanyName();
        $client = $this->createClient();
        $crawler = $client->request('GET', '/tran4');
        $this->verify($companyName);
    }