We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3857c9 commit 8737afbCopy full SHA for 8737afb
1 file changed
tests/src/ScssCommandsTest.php
@@ -110,6 +110,6 @@ public function compileScssDataProvider(): array
110
*/
111
protected function getClassLoader(): ClassLoader
112
{
113
- return require __DIR__ . '/../../vendor/autoload.php';
+ return require __DIR__ . '/../../vendor/autoload.php';
114
}
115
0 commit comments