Hostnet\Component\Webpack\Asset\TrackedFilesTest::tearDown PHP Метод

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

{@inheritDoc}
protected tearDown ( )
    protected function tearDown()
    {
        $fs = new Filesystem();
        $fs->remove($this->directory_a);
        $fs->remove($this->directory_b);
    }