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 e57999f commit d199532Copy full SHA for d199532
tests/Unit/BladeInlineScriptsProviderTest.php
@@ -119,7 +119,7 @@
119
120
expect($initScriptTest)->not->toBeNull()
121
->and($switchScriptTest)->not->toBeNull();
122
-
+
123
// Verify that the source test files actually exist physically
124
expect(file_exists((string) $initScriptTest))->toBeTrue('init-script.test.js source file must exist')
125
->and(file_exists((string) $switchScriptTest))->toBeTrue('switch-script.test.js source file must exist');
0 commit comments