|
5 | 5 | * See COPYING.txt for license details. |
6 | 6 | */ |
7 | 7 | --> |
8 | | -<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
9 | | - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" convertNoticesToExceptions="false" |
10 | | - bootstrap="_bootstrap.php" backupGlobals="false"> |
11 | | - <coverage processUncoveredFiles="false"> |
12 | | - <include> |
13 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/DataGenerator</directory> |
14 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Page</directory> |
15 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Suite</directory> |
16 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Test</directory> |
17 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Util</directory> |
18 | | - </include> |
19 | | - <report> |
20 | | - <clover outputFile="build/logs/clover.xml"/> |
21 | | - </report> |
22 | | - </coverage> |
23 | | - <testsuites> |
24 | | - <testsuite name="verification"> |
25 | | - <directory>verification</directory> |
26 | | - </testsuite> |
27 | | - <testsuite name="unit"> |
28 | | - <directory>unit</directory> |
29 | | - </testsuite> |
30 | | - </testsuites> |
31 | | - <logging/> |
| 8 | +<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" bootstrap="_bootstrap.php" backupGlobals="false" cacheDirectory=".phpunit.cache"> |
| 9 | + <coverage> |
| 10 | + <report> |
| 11 | + <clover outputFile="build/logs/clover.xml"/> |
| 12 | + </report> |
| 13 | + </coverage> |
| 14 | + <testsuites> |
| 15 | + <testsuite name="verification"> |
| 16 | + <directory>verification</directory> |
| 17 | + </testsuite> |
| 18 | + <testsuite name="unit"> |
| 19 | + <directory>unit</directory> |
| 20 | + </testsuite> |
| 21 | + </testsuites> |
| 22 | + <logging/> |
| 23 | + <source> |
| 24 | + <include> |
| 25 | + <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/DataGenerator</directory> |
| 26 | + <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Page</directory> |
| 27 | + <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Suite</directory> |
| 28 | + <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Test</directory> |
| 29 | + <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Util</directory> |
| 30 | + </include> |
| 31 | + </source> |
32 | 32 | </phpunit> |
0 commit comments