1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9.1/phpunit.xsd"
4
+ colors =" true"
5
+ columns =" max"
6
+ beStrictAboutTestsThatDoNotTestAnything =" false"
7
+ bootstrap =" ./framework/bootstrap.php"
8
+ stderr =" true"
9
+ >
10
+ <testsuites >
11
+ <testsuite name =" IntegrationTests" >
12
+ <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/Test/Integration</directory >
13
+ <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/tests/Integration</directory >
14
+ <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/tests/integration</directory >
15
+ <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/src/Test/Integration</directory >
16
+ <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/src/tests/Integration</directory >
17
+ <directory suffix =" Test.php" >../../../vendor/%COMPOSER_NAME%/src/tests/integration</directory >
18
+ </testsuite >
19
+ </testsuites >
20
+ <filter >
21
+ <whitelist >
22
+ <exclude >
23
+ <directory >../../../lib/internal/*/*/Test</directory >
24
+ <directory >../../../lib/internal/*/*/*/Test</directory >
25
+ <directory >../../../setup/src/*/*/Test</directory >
26
+ <directory >../../../vendor/*/*/Test</directory >
27
+ </exclude >
28
+ </whitelist >
29
+ </filter >
30
+ <php >
31
+ <includePath >.</includePath >
32
+ <includePath >testsuite</includePath >
33
+ <ini name =" date.timezone" value =" America/Los_Angeles" />
34
+ <ini name =" xdebug.max_nesting_level" value =" 200" />
35
+ <ini name =" memory_limit" value =" -1" />
36
+ <const name =" TESTS_INSTALL_CONFIG_FILE" value =" etc/install-config-mysql.php" />
37
+ <const name =" TESTS_POST_INSTALL_SETUP_COMMAND_CONFIG_FILE" value =" etc/post-install-setup-command-config.php" />
38
+ <const name =" TESTS_GLOBAL_CONFIG_FILE" value =" etc/config-global.php" />
39
+ <const name =" TESTS_GLOBAL_CONFIG_DIR" value =" ../../../app/etc" />
40
+ <const name =" TESTS_CLEANUP" value =" enabled" />
41
+ <const name =" TESTS_MEM_USAGE_LIMIT" value =" 8G" />
42
+ <const name =" TESTS_MEM_LEAK_LIMIT" value =" 0" />
43
+ <const name =" TESTS_EXTRA_VERBOSE_LOG" value =" 1" />
44
+ <const name =" TESTS_MAGENTO_MODE" value =" developer" />
45
+ <const name =" TESTS_ERROR_LOG_LISTENER_LEVEL" value =" -1" />
46
+ </php >
47
+ <listeners >
48
+ <listener class =" Magento\TestFramework\Event\PhpUnit" />
49
+ <listener class =" Magento\TestFramework\ErrorLog\Listener" />
50
+ </listeners >
51
+ </phpunit >
0 commit comments