Lavoiesl\PhpBenchmark\SimpleTest::cleanup PHP Méthode

cleanup() protected méthode

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