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 1bd20f2 commit cf1686fCopy full SHA for cf1686f
tests/AgcProductTest.php
@@ -47,8 +47,8 @@ public static function setUpBeforeClass(): void {
47
48
private function get_language(): \stdClass {
49
$locale = new \stdClass();
50
- $locale->locale = "en-US";
51
- $locale->productName = "Create product information";
+ $locale->locale = "en_US";
+ $locale->productName = "Test consumable";
52
$locale->productDesc = "Test product description";
53
return $locale;
54
}
0 commit comments