Monorepo\BuildTest::tearDown PHP 메소드

tearDown() 보호된 메소드

protected tearDown ( )
    protected function tearDown()
    {
        $fs = new Filesystem();
        $dirs = glob(__DIR__ . '/../_fixtures/*/*/vendor');
        foreach ($dirs as $dir) {
            $fs->removeDirectoryPhp($dir);
        }
    }