Remove implementation of... comments from setUp(), getInfo() or tearDown()
drewish - November 24, 2008 - 11:31
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | tests |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Over on #276280: Tests needed: file.inc it was pointed out that we no longer have the PHPDoc Implementation of... for setUp(), getInfo() or tearDown(). Here's a mega patch to remove them from all the tests.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| tests_no_impl_docs.patch | 43.92 KB | Idle | Passed: 7440 passes, 0 fails, 0 exceptions | View details | Re-test |

#1
This looks great. The rationale for this is that we adopted our Test writers guidelines, and the consensus was that overridden methods do not have to be documented.
#2
Committed to CVS HEAD. Thanks.
#3
Automatically closed -- issue fixed for two weeks with no activity.