function CoderReviewStyleTest::__construct in Coder 7.2
Same name and namespace in other branches
- 7 coder_review/tests/coder_review_style.test \CoderReviewStyleTest::__construct()
Constructor that creates a CoderReviewStyleTest instance.
Parameters
string|null $id: (optional) The test identifier. Defaults to NULL.
File
- coder_review/
tests/ coder_review_style.test, line 21
Class
- CoderReviewStyleTest
- Class to test for the style of the required Drupal coding standards.
Code
function __construct($id = NULL) {
parent::__construct('style', $id);
}