File tree Expand file tree Collapse file tree 4 files changed +0
-15
lines changed Expand file tree Collapse file tree 4 files changed +0
-15
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
-
16
11
$ testsBaseDir = dirname (__DIR__ );
17
12
$ fixtureBaseDir = $ testsBaseDir . '/testsuite ' ;
18
13
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 >
22
21
<exclude >testsuite/Magento/Test/Integrity</exclude >
23
22
<exclude >testsuite/Magento/MemoryUsageTest.php</exclude >
24
23
</testsuite >
28
27
<whitelist addUncoveredFilesFromWhiteList =" true" >
29
28
<directory suffix =" .php" >../../../app/code/Magento</directory >
30
29
<directory suffix =" .php" >../../../lib/internal/Magento</directory >
31
- <directory suffix =" .php" >../../../update/app/code</directory >
32
30
<exclude >
33
31
<directory >../../../app/code/*/*/Test</directory >
34
32
<directory >../../../lib/internal/*/*/Test</directory >
35
33
<directory >../../../lib/internal/*/*/*/Test</directory >
36
34
<directory >../../../setup/src/*/*/Test</directory >
37
- <directory >../../../update/app/code/*/*/Test</directory >
38
35
</exclude >
39
36
</whitelist >
40
37
</filter >
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
-
14
9
if (!defined ('TESTS_TEMP_DIR ' )) {
15
10
define ('TESTS_TEMP_DIR ' , dirname (__DIR__ ) . '/tmp ' );
16
11
}
Original file line number Diff line number Diff line change 31
31
<directory suffix =" .php" >../../../app/code/*</directory >
32
32
<directory suffix =" .php" >../../../lib/internal/Magento</directory >
33
33
<directory suffix =" .php" >../../../setup/src/*</directory >
34
- <directory suffix =" .php" >../../../update/app/code/*</directory >
35
34
<exclude >
36
35
<directory >../../../app/code/*/*/Test</directory >
37
36
<directory >../../../lib/internal/*/*/Test</directory >
38
37
<directory >../../../lib/internal/*/*/*/Test</directory >
39
38
<directory >../../../setup/src/*/*/Test</directory >
40
- <directory >../../../update/app/code/*/*/Test</directory >
41
39
</exclude >
42
40
</whitelist >
43
41
</filter >
You can’t perform that action at this time.
0 commit comments