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

tearDown() public method

rollback
public tearDown ( )
    public function tearDown()
    {
        parent::tearDown();
        // TODO: Change the autogenerated stub
        if (file_exists($this->logTest)) {
            unlink($this->logTest);
        }
    }