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.
2 parents 8199598 + a2844aa commit 4019888Copy full SHA for 4019888
dev/tests/unit/phpunit.xml.dist
@@ -12,8 +12,10 @@
12
beStrictAboutTestsThatDoNotTestAnything="false"
13
bootstrap="./framework/bootstrap.php"
14
>
15
- <testsuite name="Magento Unit Tests">
+ <testsuite name="Magento_Unit_Tests_App_Code">
16
<directory suffix="Test.php">../../../app/code/*/*/Test/Unit</directory>
17
+ </testsuite>
18
+ <testsuite name="Magento_Unit_Tests_Other">
19
<directory suffix="Test.php">../../../lib/internal/*/*/Test/Unit</directory>
20
<directory suffix="Test.php">../../../lib/internal/*/*/*/Test/Unit</directory>
21
<directory suffix="Test.php">../../../setup/src/*/*/Test/Unit</directory>
0 commit comments