File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/end-to-end/cli/listing-tests-and-groups Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
17
17
18
18
Available test (s):
19
19
- PHPUnit \TestFixture \ListingTestsAndGroups \ExampleTest::testTwo
20
- - %stests/end-to-end/_files/listing-tests-and-groups/example .phpt
20
+ - %sexample .phpt
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PHPUnit %s by Sebastian Bergmann and contributors.
22
22
<testClass name="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest" file="%sExampleTest.php">
23
23
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo" name="testTwo"/>
24
24
</testClass>
25
- <phpt file="%stests/end-to-end/_files/listing-tests-and-groups/example .phpt"/>
25
+ <phpt file="%sexample .phpt"/>
26
26
</tests>
27
27
<groups>
28
28
<group name="two">
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PHPUnit %s by Sebastian Bergmann and contributors.
22
22
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne" name="testOne"/>
23
23
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo" name="testTwo"/>
24
24
</testClass>
25
- <phpt file="%stests/end-to-end/_files/listing-tests-and-groups/example .phpt"/>
25
+ <phpt file="%sexample .phpt"/>
26
26
</tests>
27
27
<groups>
28
28
<group name="one">
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
16
16
Available test (s):
17
17
- PHPUnit \TestFixture \ListingTestsAndGroups \ExampleTest::testOne
18
18
- PHPUnit \TestFixture \ListingTestsAndGroups \ExampleTest::testTwo
19
- - %stests/end-to-end/_files/listing-tests-and-groups/example .phpt
19
+ - %sexample .phpt
You can’t perform that action at this time.
0 commit comments