Lavoiesl\PhpBenchmark\CommandTest::cleanup PHP Method

cleanup() protected method

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