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 d46a4c5 commit c992dfbCopy full SHA for c992dfb
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