Skip to content

Commit b7d1429

Browse files
mondrakesebastianbergmann
authored andcommitted
fix some phpt files
1 parent 306cfcc commit b7d1429

File tree

6 files changed

+15
-0
lines changed

6 files changed

+15
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
1717

1818
Available test:
1919
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo
20+
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ PHPUnit %s by Sebastian Bergmann and contributors.
1717

1818
Available tests:
1919
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo
20+
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree
2021
- %sexample.phpt

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2121
<tests>
2222
<testClass name="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest" file="%sExampleTest.php">
2323
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo" name="testTwo"/>
24+
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree" name="testThree"/>
2425
</testClass>
2526
</tests>
2627
<groups>
28+
<group name="3">
29+
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree"/>
30+
</group>
2731
<group name="two">
2832
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo"/>
2933
</group>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2121
<tests>
2222
<testClass name="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest" file="%sExampleTest.php">
2323
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo" name="testTwo"/>
24+
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree" name="testThree"/>
2425
</testClass>
2526
<phpt file="%sexample.phpt"/>
2627
</tests>
2728
<groups>
29+
<group name="3">
30+
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree"/>
31+
</group>
2832
<group name="two">
2933
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo"/>
3034
</group>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2121
<testClass name="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest" file="%sExampleTest.php">
2222
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne" name="testOne"/>
2323
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo" name="testTwo"/>
24+
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree" name="testThree"/>
2425
</testClass>
2526
<phpt file="%sexample.phpt"/>
2627
</tests>
2728
<groups>
29+
<group name="3">
30+
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree"/>
31+
</group>
2832
<group name="one">
2933
<test id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne"/>
3034
</group>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ PHPUnit %s by Sebastian Bergmann and contributors.
1616
Available tests:
1717
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne
1818
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo
19+
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testThree
1920
- %sexample.phpt

0 commit comments

Comments
 (0)