Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commite304ee7
committed
minor#8600 Add special Abstract prefix not usage for PHPUnit test cases (Soullivaneuh)
This PR was merged into the 3.3 branch.Discussion----------Add special Abstract prefix not usage for PHPUnit test casesAs we can see here:You are not using the `Abstract` prefix at all for the test cases.I assume this is to follow PHPUnit conventions on this part?In this case, the coding standard may be more accurate about this.Commits-------f4d122a Add special Abstract prefix not usage for PHPUnit test cases1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
0 commit comments
Comments
(0)