Skip to content

Commit b46213e

Browse files
committed
Fix autoload declaration
1 parent 1f35c25 commit b46213e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
processIsolation="false"
99
stopOnFailure="false"
1010
syntaxCheck="false"
11-
bootstrap="vendor/laravel/laravel/bootstrap/autoload.php"
11+
bootstrap="vendor/autoload.php"
1212
>
1313
<testsuites>
1414
<testsuite name="Geocoder library for Laravel Test Suite">

0 commit comments

Comments
 (0)