Skip to content

Commit ab44cfb

Browse files
authored
Merge pull request #44 from tattersoftware/test-tweak
Test Tweak
2 parents a85a2ac + 50affbe commit ab44cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/AssetsTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ trait AssetsTestTrait
4040
*/
4141
protected function setUpAssetsTestTrait(): void
4242
{
43-
if (self::$root === null) {
43+
if (! empty($this->refreshVfs) || self::$root === null) {
4444
self::$root = vfsStream::setup('root');
4545
}
4646

0 commit comments

Comments
 (0)