mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
Fix cleaning up
This commit is contained in:
parent
cf03da0a2e
commit
4e10159781
@ -167,6 +167,8 @@ class MarketControllerTest extends TestCase
|
|||||||
'dependencies'
|
'dependencies'
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
File::deleteDirectory(base_path('plugins/' . $package['name']));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function tearDown()
|
protected function tearDown()
|
||||||
@ -174,7 +176,6 @@ class MarketControllerTest extends TestCase
|
|||||||
// Clean fake plugins
|
// Clean fake plugins
|
||||||
File::deleteDirectory(base_path('plugins/fake-test-download'));
|
File::deleteDirectory(base_path('plugins/fake-test-download'));
|
||||||
File::deleteDirectory(base_path('plugins/fake-test-update'));
|
File::deleteDirectory(base_path('plugins/fake-test-update'));
|
||||||
File::deleteDirectory(base_path('plugins/fake'));
|
|
||||||
|
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user