Lavoiesl\PhpBenchmark\CommandTest::cleanup PHP 메소드

cleanup() 보호된 메소드

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