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

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        $this->app['orm.em']->close();
        $this->app['orm.em'] = null;
        Application::clearInstance();
        $this->app = null;
    }