Skip to content

Commit ef1f021

Browse files
committed
Added note about test classes
1 parent 5a160c5 commit ef1f021

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contributing/code/bc.rst

+7
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ Classes, properties and class methods tagged with ``@deprecated`` will be
150150
removed in a future Symfony version. You should never use nor extend them.
151151

152152

153+
Test Classes
154+
............
155+
156+
All classes located in the various ``*\\Tests\\`` namespaces are meant for
157+
internal use only. You should never create, extend or call them directly.
158+
159+
153160
Safe Operations
154161
...............
155162

0 commit comments

Comments
 (0)