Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit bee5b8c

Browse files
committed
DEVOPS-4623: Unit tests failures: Exception: Warning: proc_open(): fork failed - Cannot allocate memory
- split app code into separate unit testsuite
1 parent ca42e42 commit bee5b8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/unit/phpunit.xml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
beStrictAboutTestsThatDoNotTestAnything="false"
1313
bootstrap="./framework/bootstrap.php"
1414
>
15-
<testsuite name="Magento Unit Tests">
15+
<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">
1619
<directory suffix="Test.php">../../../app/code/*/*/Test/Unit</directory>
1720
<directory suffix="Test.php">../../../lib/internal/*/*/Test/Unit</directory>
1821
<directory suffix="Test.php">../../../lib/internal/*/*/*/Test/Unit</directory>

0 commit comments

Comments
 (0)