8000 Add special Abstract prefix not usage for PHPUnit test cases · symfony/symfony-docs@bd98e41 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd98e41

Browse files
authored
Add special Abstract prefix not usage for PHPUnit test cases
1 parent bc79655 commit bd98e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Naming Conventions
190190

191191
* Use namespaces for all classes;
192192

193-
* Prefix abstract classes with ``Abstract``. Please note some early Symfony classes
193+
* Prefix all abstract classes with ``Abstract`` excepting PHPUnit ``*TestCase``. Please note some early Symfony classes
194194
do not follow this convention and have not been renamed for backward compatibility
195195
reasons. However all new abstract classes must follow this naming convention;
196196

0 commit comments

Comments
 (0)
0