protected function tearDown() { parent::tearDown(); $filesystem = new Filesystem(); $filesystem->remove($this->tempBaseDir); }
protected function setUp() { parent::setUp(); $this->repo = new InMemoryRepository(); }