8000 Fix as per comments · symfony/symfony-docs@b853e52 · GitHub
[go: up one dir, main page]

Skip to content

Commit b853e52

Browse files
rcousenswouterj
authored andcommitted
Fix as per comments
Renamed Relationship column to Location and updated value for Tests to Mandatory due to default phpunit config.
1 parent 99da972 commit b853e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ files are going to be part of the repository.
116116
The following classes and files have specific emplacements:
117117

118118
=============================== ============================= ================
119-
Type Directory Relationship
119+
Type Directory Location
120120
=============================== ============================= ================
121121
Commands ``Command/`` Mandatory
122122
Controllers ``Controller/`` Mandatory
@@ -127,7 +127,7 @@ Configuration ``Resources/config/`` Mandatory
127127
Web Resources (CSS, JS, images) ``Resources/public/`` Mandatory
128128
Translation files ``Resources/translations/`` Mandatory
129129
Templates ``Resources/views/`` Mandatory
130-
Unit and Functional Tests ``Tests/`` Convention
130+
Unit and Functional Tests ``Tests/`` Mandatory
131131
=============================== ============================= ================
132132

133133
[1] See :doc:`/cookbook/doctrine/mapping_model_classes` for how to handle the

0 commit comments

Comments
 (0)
0