|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php" failOnRisky="true" failOnWarning="true">
|
3 |
| - <php> |
4 |
| - <ini name="error_reporting" value="-1"/> |
5 |
| - </php> |
6 |
| - <testsuites> |
7 |
| - <testsuite name="unit_tests"> |
8 |
| - <directory>./tests/Unit</directory> |
9 |
| - </testsuite> |
10 |
| - <testsuite name="integration_tests"> |
11 |
| - <directory>./tests/Integration</directory> |
12 |
| - </testsuite> |
13 |
| - <testsuite name="integration_tests_core"> |
14 |
| - <directory>./tests/Integration/Core/</directory> |
15 |
| - </testsuite> |
16 |
| - <testsuite name="integration_tests_scope_telephony"> |
17 |
| - <directory>./tests/Integration/Services/Telephony/</directory> |
18 |
| - </testsuite> |
19 |
| - <testsuite name="integration_tests_scope_user"> |
20 |
| - <directory>./tests/Integration/Services/User/</directory> |
21 |
| - </testsuite> |
22 |
| - <testsuite name="integration_tests_scope_workflows"> |
23 |
| - <directory>./tests/Integration/Services/Workflows/</directory> |
24 |
| - </testsuite> |
25 |
| - </testsuites> |
26 |
| - <source> |
27 |
| - <include> |
28 |
| - <directory>./src</directory> |
29 |
| - </include> |
30 |
| - </source> |
| 3 | + <php> |
| 4 | + <ini name="error_reporting" value="-1"/> |
| 5 | + </php> |
| 6 | + <testsuites> |
| 7 | + <testsuite name="unit_tests"> |
| 8 | + <directory>./tests/Unit</directory> |
| 9 | + <exclude>./tests/Unit/Application/Contracts/Bitrix24Accounts/Entity/Bitrix24AccountInterfaceTest.php</exclude> |
| 10 | + </testsuite> |
| 11 | + <testsuite name="integration_tests"> |
| 12 | + <directory>./tests/Integration</directory> |
| 13 | + </testsuite> |
| 14 | + <testsuite name="integration_tests_core"> |
| 15 | + <directory>./tests/Integration/Core/</directory> |
| 16 | + </testsuite> |
| 17 | + <testsuite name="integration_tests_scope_telephony"> |
| 18 | + <directory>./tests/Integration/Services/Telephony/</directory> |
| 19 | + </testsuite> |
| 20 | + <testsuite name="integration_tests_scope_user"> |
| 21 | + <directory>./tests/Integration/Services/User/</directory> |
| 22 | + </testsuite> |
| 23 | + <testsuite name="integration_tests_scope_workflows"> |
| 24 | + <directory>./tests/Integration/Services/Workflows/</directory> |
| 25 | + </testsuite> |
| 26 | + </testsuites> |
| 27 | + <source> |
| 28 | + <include> |
| 29 | + <directory>./src</directory> |
| 30 | + </include> |
| 31 | + </source> |
31 | 32 | </phpunit>
|
0 commit comments