Skip to content

Commit cbf8b38

Browse files
committed
AC-1685: Fix Integration Tests to be compatible with PHP 8.1
- update path to unit tests to work on composer installation
1 parent 0aec633 commit cbf8b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<exclude>../../../app/code/Magento/Indexer/Test/Unit</exclude>
3232
</testsuite>
3333
<testsuite name="Magento_Unit_Tests_App_Code_Indexer">
34-
<directory>../../../app/code/Magento/Indexer/Test/Unit</directory>
34+
<directory>../../../app/code/*/Indexer/Test/Unit</directory>
3535
</testsuite>
3636
<testsuite name="Magento_Unit_Tests_Other">
3737
<directory>../../../lib/internal/*/*/Test/Unit</directory>

0 commit comments

Comments
 (0)