There was an error while loading. Please reload this page.
1 parent 8ba786e commit c8c8b33Copy full SHA for c8c8b33
1 file changed
src/Testing/AddonTestCase.php
@@ -27,7 +27,7 @@ protected function setUp(): void
27
28
if (isset($uses[PreventsSavingStacheItemsToDisk::class])) {
29
$reflection = new ReflectionClass($this);
30
- $this->fakeStacheDirectory = Str::before(dirname($reflection->getFileName()), '/tests').'/tests/__fixtures__/dev-null';
+ $this->fakeStacheDirectory = Str::before(dirname($reflection->getFileName()), DIRECTORY_SEPARATOR.'tests').'/tests/__fixtures__/dev-null';
31
32
$this->preventSavingStacheItemsToDisk();
33
}
0 commit comments