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 44428ad commit 26a59c7Copy full SHA for 26a59c7
src/Magento/FunctionalTestingFramework/Test/Util/TestNameValidationUtil.php
@@ -47,6 +47,12 @@ public static function validateName($testName)
47
}
48
49
50
+ /**
51
+ * Function which maps the blacklisted char to its name, function is used by the array map above.
52
+ *
53
+ * @param string $val
54
+ * @return string
55
+ */
56
private static function nameMapper($val)
57
{
58
return self::BLACKLISTED_CHAR[$val];
0 commit comments