File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 8
8
require_once __DIR__ . '/../../../../app/bootstrap.php ' ;
9
9
require_once __DIR__ . '/autoload.php ' ;
10
10
11
+ $ updateAppBootstrap = __DIR__ . '/../../../../update/app/bootstrap.php ' ;
12
+ if (file_exists ($ updateAppBootstrap )) {
13
+ require_once $ updateAppBootstrap ;
14
+ }
15
+
11
16
$ testsBaseDir = dirname (__DIR__ );
12
17
$ testsTmpDir = "{$ testsBaseDir }/tmp " ;
13
18
$ magentoBaseDir = realpath ("{$ testsBaseDir }/../../../ " );
Original file line number Diff line number Diff line change 18
18
</testsuite >
19
19
<testsuite name =" Magento Integration Tests" >
20
20
<directory suffix =" Test.php" >testsuite</directory >
21
+ <directory suffix =" Test.php" >../../../update/dev/tests/integration/testsuite</directory >
21
22
<exclude >testsuite/Magento/Test/Integrity</exclude >
22
23
<exclude >testsuite/Magento/MemoryUsageTest.php</exclude >
23
24
</testsuite >
27
28
<whitelist addUncoveredFilesFromWhiteList =" true" >
28
29
<directory suffix =" .php" >../../../app/code/Magento</directory >
29
30
<directory suffix =" .php" >../../../lib/internal/Magento</directory >
31
+ <directory suffix =" .php" >../../../update/app/code</directory >
30
32
</whitelist >
31
33
</filter >
32
34
<!-- PHP INI settings and constants definition -->
Original file line number Diff line number Diff line change 6
6
7
7
require_once __DIR__ . '/../../../../app/autoload.php ' ;
8
8
9
+ $ updateAppBootstrap = __DIR__ . '/../../../../update/app/bootstrap.php ' ;
10
+ if (file_exists ($ updateAppBootstrap )) {
11
+ require_once $ updateAppBootstrap ;
12
+ }
13
+
9
14
if (!defined ('TESTS_TEMP_DIR ' )) {
10
15
define ('TESTS_TEMP_DIR ' , dirname (__DIR__ ) . '/tmp ' );
11
16
}
Original file line number Diff line number Diff line change 17
17
<directory suffix =" Test.php" >../../../lib/internal/*/*/Test/Unit</directory >
18
18
<directory suffix =" Test.php" >../../../lib/internal/*/*/*/Test/Unit</directory >
19
19
<directory suffix =" Test.php" >../../../setup/src/*/*/Test/Unit</directory >
20
+ <directory suffix =" Test.php" >../../../update/dev/tests/unit/testsuite</directory >
20
21
</testsuite >
21
22
<php >
22
23
<ini name =" date.timezone" value =" America/Los_Angeles" />
26
27
<directory suffix =" .php" >../../../app/code/*</directory >
27
28
<directory suffix =" .php" >../../../lib/internal/Magento</directory >
28
29
<directory suffix =" .php" >../../../setup/src/*</directory >
30
+ <directory suffix =" .php" >../../../update/app/code/*</directory >
29
31
<exclude >
30
32
<directory >../../../app/code/*/*/Test</directory >
31
33
<directory >../../../lib/internal/*/*/Test</directory >
You can’t perform that action at this time.
0 commit comments