Skip to content

Commit c2978e3

Browse files
committed
Partially reverting some changes and improving the original content
1 parent 2250f60 commit c2978e3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

book/internals.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ on top of the previous one.
2222
.. tip::
2323

2424
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.
2627

2728
``HttpFoundation`` Component
2829
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

contributing/code/tests.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Dependencies (optional)
1919

2020
To run the entire test suite, including tests that depend on external
2121
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`).
2324

2425
The test suite needs the following third-party libraries:
2526

0 commit comments

Comments
 (0)