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 ca42e42 commit bee5b8cCopy full SHA for bee5b8c
dev/tests/unit/phpunit.xml.dist
@@ -12,7 +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">../../../app/code/*/*/Test/Unit</directory>
20
<directory suffix="Test.php">../../../lib/internal/*/*/Test/Unit</directory>
21
<directory suffix="Test.php">../../../lib/internal/*/*/*/Test/Unit</directory>
0 commit comments