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 cb51d12 commit 15fd9beCopy full SHA for 15fd9be
dev/tests/static/testsuite/Magento/Test/GraphQl/LiveCodeTest.php
@@ -146,7 +146,7 @@ private static function getModuleName(string $filePath): string
146
private static function isViewLayerClass(string $filePath): bool
147
{
148
$className = self::getClassNameWithNamespace($filePath);
149
- if (!$className || str_contains(strtolower($className), 'admin')) {
+ if (!$className || str_contains(strtolower($className), 'adminhtml')) {
150
return false;
151
}
152
0 commit comments