Lavoiesl\PhpBenchmark\SimpleTest::cleanup PHP Method

cleanup() protected method

protected cleanup ( )
    protected function cleanup()
    {
        if ($cleanup = $this->cleanup) {
            $cleanup();
        }
    }