mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Get rid of all the ->at() mock invocations
This commit is contained in:
parent
095c36ecf8
commit
ffd62795bc
56 changed files with 746 additions and 921 deletions
|
@ -55,6 +55,7 @@ class CacheTest extends TestCase
|
|||
|
||||
protected function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
if (is_dir($this->root)) {
|
||||
$fs = new Filesystem;
|
||||
$fs->removeDirectory($this->root);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue