Skip to content

Commit 3fa92eb

Browse files
Make tests portable
1 parent 43c6126 commit 3fa92eb

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

tests/end-to-end/cli/listing-tests-and-groups/list-tests-xml-exclude-filter.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2828
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo"/>
2929
</group>
3030
</groups>
31-
</testSuite>
32-
Wrote list of tests that would have been run to php://stdout
31+
</testSuite>%A

tests/end-to-end/cli/listing-tests-and-groups/list-tests-xml-exclude-group.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2828
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo"/>
2929
</group>
3030
</groups>
31-
</testSuite>
32-
Wrote list of tests that would have been run to php://stdout
31+
</testSuite>%A

tests/end-to-end/cli/listing-tests-and-groups/list-tests-xml-include-filter.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2828
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne"/>
2929
</group>
3030
</groups>
31-
</testSuite>
32-
Wrote list of tests that would have been run to php://stdout
31+
</testSuite>%A

tests/end-to-end/cli/listing-tests-and-groups/list-tests-xml-include-group.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2828
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne"/>
2929
</group>
3030
</groups>
31-
</testSuite>
32-
Wrote list of tests that would have been run to php://stdout
31+
</testSuite>%A

tests/end-to-end/cli/listing-tests-and-groups/list-tests-xml.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
3131
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo"/>
3232
</group>
3333
</groups>
34-
</testSuite>
35-
Wrote list of tests that would have been run to php://stdout
34+
</testSuite>%A

0 commit comments

Comments
 (0)