8000 Fix wrong include in custom bootstrap for tests · Tobion/symfony-docs@f34bd0b · GitHub
[go: up one dir, main page]

Skip to content

Commit f34bd0b

Browse files
authored
Fix wrong include in custom bootstrap for tests
1 parent c19d405 commit f34bd0b

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)
0