Skip to content

Commit

Permalink
Merge pull request #44 from tattersoftware/test-tweak
Browse files Browse the repository at this point in the history
Test Tweak
  • Loading branch information
MGatner authored Jan 3, 2022
2 parents a85a2ac + 50affbe commit ab44cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/AssetsTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ trait AssetsTestTrait
*/
protected function setUpAssetsTestTrait(): void
{
if (self::$root === null) {
if (! empty($this->refreshVfs) || self::$root === null) {
self::$root = vfsStream::setup('root');
}

Expand Down

0 comments on commit ab44cfb

Please sign in to comment.