File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.1/phpunit.xsd"
10
10
colors =" true"
11
11
bootstrap =" ./framework/bootstrap.php"
12
- >
12
+ >
13
13
<testsuite name =" Magento Unit Tests" >
14
14
<directory suffix =" Test.php" >../../../setup/src/Magento/Setup/Test/Unit</directory >
15
- <directory suffix =" Test.php" >../../../app/code/Magento/*/Test/Unit</directory >
16
- <directory suffix =" Test.php" >../../../lib/internal/Magento/Framework/Test/Unit</directory >
17
- <directory suffix =" Test.php" >../../../lib/internal/Magento/Framework/*/Test/Unit</directory >
18
- <directory suffix =" Test.php" >../../../dev/tools/Magento/Tools/*/Test/Unit</directory >
15
+ <directory suffix =" Test.php" >../../../app/code/*/*/Test/Unit</directory >
16
+ <directory suffix =" Test.php" >../../../lib/internal/*/*/*/Test/Unit</directory >
17
+ <directory suffix =" Test.php" >../../../lib/internal/*/*/Test/Unit</directory >
18
+ <directory suffix =" Test.php" >../../../dev/tools/*/*/Test/Unit</directory >
19
+ <directory suffix =" Test.php" >../../../dev/tools/*/*/*/Test/Unit</directory >
19
20
</testsuite >
20
21
<php >
21
22
<ini name =" date.timezone" value =" America/Los_Angeles" />
You can’t perform that action at this time.
0 commit comments