8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc79655 commit f4d122aCopy full SHA for f4d122a
contributing/code/standards.rst
@@ -190,9 +190,10 @@ Naming Conventions
190
191
* Use namespaces for all classes;
192
193
-* Prefix abstract classes with ``Abstract``. Please note some early Symfony classes
194
- do not follow this convention and have not been renamed for backward compatibility
195
- reasons. However all new abstract classes must follow this naming convention;
+* Prefix all abstract classes with ``Abstract`` except PHPUnit ``*TestCase``.
+ Please note some early Symfony classes do not follow this convention and
+ have not been renamed for backward compatibility reasons. However all new
196
+ abstract classes must follow this naming convention;
197
198
* Suffix interfaces with ``Interface``;
199
0 commit comments