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 69f1804 commit ce3a175Copy full SHA for ce3a175
tests/Tools/ContextGeneratorTest.php
@@ -15,8 +15,8 @@ class ContextGeneratorTest extends TestCase
15
{
16
public function testFormatName(): void
17
18
- $name = ContextGenerator::formatName('00InvalidFormat00');
19
- $this->assertEquals('00InvalidFormat00', $name);
+ $name = ContextGenerator::formatName('Invalid00Format00');
+ $this->assertEquals('Invalid00Format00', $name);
20
21
$name = ContextGenerator::formatName('MySql80000');
22
$this->assertEquals('MySQL 8.0', $name);
0 commit comments