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 bd98e41Copy full SHA for bd98e41
contributing/code/standards.rst
@@ -190,7 +190,7 @@ Naming Conventions
190
191
* Use namespaces for all classes;
192
193
-* Prefix abstract classes with ``Abstract``. Please note some early Symfony classes
+* Prefix all abstract classes with ``Abstract`` excepting PHPUnit ``*TestCase``. 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;
196
0 commit comments