Skip to content

Commit 574f75c

Browse files
committed
Merge branch '4.4'
* 4.4: Fix wrong include in custom bootstrap for tests
2 parents 6e380ef + 5a6c448 commit 574f75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/bootstrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To do this, first add a file that executes your bootstrap work::
1818
));
1919
}
2020

21-
require __DIR__.'/../vendor/autoload.php';
21+
require __DIR__.'/../config/bootstrap.php';
2222

2323
Then, configure ``phpunit.xml.dist`` to execute this ``bootstrap.php`` file
2424
before running the tests:

0 commit comments

Comments
 (0)