Skip to content

Commit

Permalink
Fix as per comments
Browse files Browse the repository at this point in the history
Renamed Relationship column to Location and updated value for Tests to Mandatory due to default phpunit config.
  • Loading branch information
rcousens authored and wouterj committed Jun 21, 2016
1 parent 99da972 commit b853e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ files are going to be part of the repository.
The following classes and files have specific emplacements:

=============================== ============================= ================
Type Directory Relationship
Type Directory Location
=============================== ============================= ================
Commands ``Command/`` Mandatory
Controllers ``Controller/`` Mandatory
Expand All @@ -127,7 +127,7 @@ Configuration ``Resources/config/`` Mandatory
Web Resources (CSS, JS, images) ``Resources/public/`` Mandatory
Translation files ``Resources/translations/`` Mandatory
Templates ``Resources/views/`` Mandatory
Unit and Functional Tests ``Tests/`` Convention
Unit and Functional Tests ``Tests/`` Mandatory
=============================== ============================= ================

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

0 comments on commit b853e52

Please sign in to comment.