Skip to content

Commit 9ecf5f3

Browse files
author
Spomky
committed
bootstrap.php removed
Now `vendor/autoload.php` is used directly.
1 parent 79af30c commit 9ecf5f3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<testsuites>
1515
<testsuite name="oauth2-php Test Suite">

tests/bootstrap.php

-3
This file was deleted.

0 commit comments

Comments
 (0)