Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
10 | public function testConstruct() |
||
11 | { |
||
12 | $task = DataObjectAnnotatorTask::create(); |
||
13 | $this->assertEquals('DataObject annotations for specific DataObjects, Extensions or Controllers', $task->getTitle()); |
||
14 | $this->assertEquals("DataObject Annotator annotates your DO's if possible, helping you write better code.<br />" |
||
15 | . 'Usage: add the module or DataObject as parameter to the URL, e.g. ?module=mysite .', $task->getDescription()); |
||
16 | } |
||
18 |