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.
1 parent 6c1d168 commit 5c8bbbaCopy full SHA for 5c8bbba
src/Test/MakerTestEnvironment.php
@@ -56,9 +56,9 @@ private function __construct(MakerTestDetails $testDetails)
56
$this->cachePath = realpath($cachePath);
57
$this->flexPath = $this->cachePath.'/flex_project';
58
59
- $this->path = $this->cachePath.DIRECTORY_SEPARATOR.$testDetails->getUniqueCacheDirectoryName();
+ $this->path = $this->cachePath.\DIRECTORY_SEPARATOR.$testDetails->getUniqueCacheDirectoryName();
60
61
- $this->snapshotFile = $this->path.DIRECTORY_SEPARATOR.basename($this->path).'.json';
+ $this->snapshotFile = $this->path.\DIRECTORY_SEPARATOR.basename($this->path).'.json';
62
}
63
64
public static function create(MakerTestDetails $testDetails): self
0 commit comments