|
| 1 | +<?xml version="1.0"?> |
1 | 2 | <!-- |
2 | 3 | /** |
3 | 4 | * Copyright © Magento, Inc. All rights reserved. |
4 | 5 | * See COPYING.txt for license details. |
5 | 6 | */ |
6 | 7 | --> |
7 | | - |
8 | | -<phpunit |
9 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
10 | | - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.1/phpunit.xsd" |
11 | | - convertNoticesToExceptions="false" |
12 | | - bootstrap="_bootstrap.php" |
13 | | - backupGlobals="false"> |
| 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> |
14 | 23 | <testsuites> |
15 | 24 | <testsuite name="verification"> |
16 | 25 | <directory>verification</directory> |
|
19 | 28 | <directory>unit</directory> |
20 | 29 | </testsuite> |
21 | 30 | </testsuites> |
22 | | - <filter> |
23 | | - <whitelist processUncoveredFilesFromWhitelist="false"> |
24 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/DataGenerator</directory> |
25 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Page</directory> |
26 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Suite</directory> |
27 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Test</directory> |
28 | | - <directory suffix=".php">../../src/Magento/FunctionalTestingFramework/Util</directory> |
29 | | - </whitelist> |
30 | | - </filter> |
31 | | - <logging> |
32 | | - <log type="coverage-clover" target="build/logs/clover.xml"/> |
33 | | - </logging> |
| 31 | + <logging/> |
34 | 32 | </phpunit> |
0 commit comments