parent
6780068ca1
commit
3420a03fbc
tests/Unit/Plugin
|
@ -31,5 +31,6 @@ class PluginTest extends TestCase
|
|||
|
||||
array_map(fn ($file) => unlink($file), glob($pluginsPath.'/*'));
|
||||
rmdir($pluginsPath);
|
||||
rmdir(dirname($pluginsPath));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue