Skip to content

Commit 14ede2f

Browse files
Schranksebastianbergmann
authored andcommitted
Remove path to fix windows tests
1 parent 0df16b8 commit 14ede2f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

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

1818
Available test(s):
1919
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo
20-
- %stests/end-to-end/_files/listing-tests-and-groups/example.phpt
20+
- %sexample.phpt

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2222
<testClass name="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest" file="%sExampleTest.php">
2323
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo" name="testTwo"/>
2424
</testClass>
25-
<phpt file="%stests/end-to-end/_files/listing-tests-and-groups/example.phpt"/>
25+
<phpt file="%sexample.phpt"/>
2626
</tests>
2727
<groups>
2828
<group name="two">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PHPUnit %s by Sebastian Bergmann and contributors.
2222
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne" name="testOne"/>
2323
<testMethod id="PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo" name="testTwo"/>
2424
</testClass>
25-
<phpt file="%stests/end-to-end/_files/listing-tests-and-groups/example.phpt"/>
25+
<phpt file="%sexample.phpt"/>
2626
</tests>
2727
<groups>
2828
<group name="one">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
1616
Available test(s):
1717
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testOne
1818
- PHPUnit\TestFixture\ListingTestsAndGroups\ExampleTest::testTwo
19-
- %stests/end-to-end/_files/listing-tests-and-groups/example.phpt
19+
- %sexample.phpt

0 commit comments

Comments
 (0)