We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db37199 commit e024948Copy full SHA for e024948
cookbook/bundles/best_practices.rst
@@ -172,7 +172,7 @@ the ``Tests/`` directory. Tests should follow the following principles:
172
a sample application;
173
* The functional tests should only be used to test the response output and
174
some profiling information if you have some;
175
-* The code coverage should at least covers 95% of the code base.
+* The tests should cover at least 95% of the code base.
176
177
.. note::
178
A test suite must not contain ``AllTests.php`` scripts, but must rely on the
0 commit comments