Skip to content

Commit c26b10b

Browse files
MAGETWO-72350: Fix: Use all columns when running tests #10784
2 parents c2810e0 + efcb29b commit c26b10b

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

dev/tests/api-functional/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
1212
colors="true"
13+
columns="max"
1314
beStrictAboutTestsThatDoNotTestAnything="false"
1415
bootstrap="./framework/bootstrap.php"
1516
>

dev/tests/functional/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
1010
colors="true"
11+
columns="max"
1112
bootstrap="bootstrap.php"
1213
backupGlobals="false"
1314
verbose="true"

dev/tests/integration/framework/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
1010
colors="true"
11+
columns="max"
1112
beStrictAboutTestsThatDoNotTestAnything="false"
1213
bootstrap="./framework/bootstrap.php"
1314
>

dev/tests/integration/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
1010
colors="true"
11+
columns="max"
1112
beStrictAboutTestsThatDoNotTestAnything="false"
1213
bootstrap="./framework/bootstrap.php"
1314
stderr="true"

dev/tests/static/framework/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
1010
colors="true"
11+
columns="max"
1112
beStrictAboutTestsThatDoNotTestAnything="false"
1213
bootstrap="../../bootstrap.php"
1314
>

dev/tests/static/phpunit-all.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
1212
colors="true"
13+
columns="max"
1314
bootstrap="./framework/bootstrap.php"
1415
>
1516
<testsuites>

dev/tests/static/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
1212
colors="true"
13+
columns="max"
1314
beStrictAboutTestsThatDoNotTestAnything="false"
1415
bootstrap="./framework/bootstrap.php"
1516
>

dev/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
1010
colors="true"
11+
columns="max"
1112
beStrictAboutTestsThatDoNotTestAnything="false"
1213
bootstrap="./framework/bootstrap.php"
1314
>

0 commit comments

Comments
 (0)