Skip to content

Commit e024948

Browse files
lkysowweaverryan
authored andcommitted
Update cookbook/bundles/best_practices.rst
Fix grammatical error.
1 parent db37199 commit e024948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ the ``Tests/`` directory. Tests should follow the following principles:
172172
a sample application;
173173
* The functional tests should only be used to test the response output and
174174
some profiling information if you have some;
175-
* The code coverage should at least covers 95% of the code base.
175+
* The tests should cover at least 95% of the code base.
176176

177177
.. note::
178178
A test suite must not contain ``AllTests.php`` scripts, but must rely on the

0 commit comments

Comments
 (0)