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 16b8b10 commit cc30078Copy full SHA for cc30078
Tests/Console/Descriptor/AbstractDescriptorTest.php
@@ -209,7 +209,7 @@ public function getDescribeCallableTestData()
209
}
210
211
/** @dataProvider getClassDescriptionTestData */
212
- public function testGetClassDecription($object, $expectedDescription)
+ public function testGetClassDescription($object, $expectedDescription)
213
{
214
$this->assertEquals($expectedDescription, $this->getDescriptor()->getClassDescription($object));
215
0 commit comments