We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a85a2ac + 50affbe commit ab44cfbCopy full SHA for ab44cfb
src/Test/AssetsTestTrait.php
@@ -40,7 +40,7 @@ trait AssetsTestTrait
40
*/
41
protected function setUpAssetsTestTrait(): void
42
{
43
- if (self::$root === null) {
+ if (! empty($this->refreshVfs) || self::$root === null) {
44
self::$root = vfsStream::setup('root');
45
}
46
0 commit comments