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``.
146
146
All classes and files must follow the :doc: `Symfony coding standards </contributing/code/standards >`.
147
147
148
148
Some 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.
150
150
151
151
Classes that connect to the event dispatcher should be suffixed with
152
152
``Listener ``.
@@ -159,7 +159,7 @@ Vendors
159
159
A bundle must not embed third-party PHP libraries. It should rely on the
160
160
standard Symfony autoloading instead.
161
161
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
163
163
any other language.
164
164
165
165
Tests
@@ -175,6 +175,7 @@ the ``Tests/`` directory. Tests should follow the following principles:
175
175
* The tests should cover at least 95% of the code base.
176
176
177
177
.. note ::
178
+
178
179
A test suite must not contain ``AllTests.php `` scripts, but must rely on the
179
180
existence of a ``phpunit.xml.dist `` file.
180
181
You can’t perform that action at this time.
0 commit comments