Skip to content

Commit

Permalink
Added note about test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Jan 10, 2014
1 parent 5a160c5 commit ef1f021
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contributing/code/bc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ Classes, properties and class methods tagged with ``@deprecated`` will be
removed in a future Symfony version. You should never use nor extend them.


Test Classes
............

All classes located in the various ``*\\Tests\\`` namespaces are meant for
internal use only. You should never create, extend or call them directly.


Safe Operations
...............

Expand Down

0 comments on commit ef1f021

Please sign in to comment.