Skip to content

Commit a8a68f1

Browse files
Fix merge
1 parent c0e98ae commit a8a68f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Descriptor/ReStructuredTextDescriptorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ class ReStructuredTextDescriptorTest extends AbstractDescriptorTestCase
1919
{
2020
public static function getDescribeCommandTestData()
2121
{
22-
return $this->getDescriptionTestData(array_merge(
22+
return self::getDescriptionTestData(array_merge(
2323
ObjectsProvider::getCommands(),
2424
['command_mbstring' => new DescriptorCommandMbString()]
2525
));
2626
}
2727

2828
public static function getDescribeApplicationTestData()
2929
{
30-
return $this->getDescriptionTestData(array_merge(
30+
return self::getDescriptionTestData(array_merge(
3131
ObjectsProvider::getApplications(),
3232
['application_mbstring' => new DescriptorApplicationMbString()]
3333
));

0 commit comments

Comments
 (0)