ImboIntegrationTest\Storage\FilesystemTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        if (is_dir($this->path)) {
            $this->rmdir($this->path);
        }
        parent::tearDown();
    }