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 b31e6bf commit 03c519aCopy full SHA for 03c519a
app/code/Magento/Translation/Test/Unit/Model/Js/ConfigTest.php
@@ -57,7 +57,7 @@ public function testDictionaryEnabled()
57
$this->assertTrue($this->model->dictionaryEnabled());
58
}
59
60
- public function testgetPatterns()
+ public function testGetPatterns()
61
{
62
$this->assertEquals($this->patterns, $this->model->getPatterns());
63
0 commit comments