We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d687e9 + 4c631f9 commit c94b4f4Copy full SHA for c94b4f4
Tests/Descriptor/ReStructuredTextDescriptorTest.php
@@ -17,15 +17,15 @@
17
18
class ReStructuredTextDescriptorTest extends AbstractDescriptorTestCase
19
{
20
- public function getDescribeCommandTestData()
+ public static function getDescribeCommandTestData()
21
22
return $this->getDescriptionTestData(array_merge(
23
ObjectsProvider::getCommands(),
24
['command_mbstring' => new DescriptorCommandMbString()]
25
));
26
}
27
28
- public function getDescribeApplicationTestData()
+ public static function getDescribeApplicationTestData()
29
30
31
ObjectsProvider::getApplications(),
0 commit comments