File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ on top of the previous one.
22
22
.. tip ::
23
23
24
24
Autoloading is not managed by the framework directly; it's done by using
25
- Composer's autoloader (``vendor/autoload.php ``).
25
+ Composer's autoloader (``vendor/autoload.php ``), which is included in
26
+ the ``app/autoload.php `` file.
26
27
27
28
``HttpFoundation `` Component
28
29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ Dependencies (optional)
19
19
20
20
To run the entire test suite, including tests that depend on external
21
21
dependencies, Symfony2 needs to be able to autoload them. By default, they are
22
- autoloaded from `vendor/ ` under the main root directory.
22
+ autoloaded from `vendor/ ` under the main root directory (see
23
+ `autoload.php.dist `).
23
24
24
25
The test suite needs the following third-party libraries:
25
26
You can’t perform that action at this time.
0 commit comments