File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ class name is ``Acme\BlogBundle\Controller\ContentController``.
146146All classes and files must follow the :doc: `Symfony coding standards </contributing/code/standards >`.
147147
148148Some classes should be seen as facades and should be as short as possible, like
149- Commands, Helpers, Listeners, and Controllers.
149+ Commands, Helpers, Listeners and Controllers.
150150
151151Classes that connect to the event dispatcher should be suffixed with
152152``Listener ``.
@@ -159,7 +159,7 @@ Vendors
159159A bundle must not embed third-party PHP libraries. It should rely on the
160160standard Symfony autoloading instead.
161161
162- A bundle should not embed third-party libraries written in JavaScript, CSS, or
162+ A bundle should not embed third-party libraries written in JavaScript, CSS or
163163any other language.
164164
165165Tests
@@ -175,6 +175,7 @@ the ``Tests/`` directory. Tests should follow the following principles:
175175* The tests should cover at least 95% of the code base.
176176
177177.. note ::
178+
178179 A test suite must not contain ``AllTests.php `` scripts, but must rely on the
179180 existence of a ``phpunit.xml.dist `` file.
180181
You can’t perform that action at this time.
0 commit comments