Doctrine\Tests\ODM\CouchDB\Proxy\ProxyFactoryTest::tearDown PHP Метод

tearDown() защищенный Метод

protected tearDown ( )
    protected function tearDown()
    {
        foreach (new \DirectoryIterator(__DIR__ . '/generated') as $file) {
            if (strstr($file->getFilename(), '.php')) {
                unlink($file->getPathname());
            }
        }
    }