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.
1 parent c0e98ae commit a8a68f1Copy full SHA for a8a68f1
Tests/Descriptor/ReStructuredTextDescriptorTest.php
@@ -19,15 +19,15 @@ class ReStructuredTextDescriptorTest extends AbstractDescriptorTestCase
19
{
20
public static function getDescribeCommandTestData()
21
22
- return $this->getDescriptionTestData(array_merge(
+ return self::getDescriptionTestData(array_merge(
23
ObjectsProvider::getCommands(),
24
['command_mbstring' => new DescriptorCommandMbString()]
25
));
26
}
27
28
public static function getDescribeApplicationTestData()
29
30
31
ObjectsProvider::getApplications(),
32
['application_mbstring' => new DescriptorApplicationMbString()]
33
0 commit comments