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 fe9c9b6 commit b8f30e9Copy full SHA for b8f30e9
tests/Unit/FilePathsTest.php
@@ -7,7 +7,7 @@
7
// Get the original path inside which we'll create a dummy folder with square brackets
8
$storage = LogViewer::getFilesystem();
9
$originalBasePath = LogViewer::basePathForLogs();
10
- $pathWithSquareBrackets = $originalBasePath.$folderPath.DIRECTORY_SEPARATOR;
+ $pathWithSquareBrackets = $originalBasePath.$folderPath.'/';
11
12
// Let's mock LogViewer to return the new path as the base path for logs
13
app()->instance(
0 commit comments