Skip to content

Commit

Permalink
Merge branch '9.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 3, 2021
2 parents 3bb4de4 + c580a32 commit 4b70280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TextUI/XmlConfiguration/Generator.php
Expand Up @@ -35,7 +35,7 @@ final class Generator
verbose="true">
<testsuites>
<testsuite name="default">
<directory suffix="Test.php">{tests_directory}</directory>
<directory>{tests_directory}</directory>
</testsuite>
</testsuites>
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/TextUI/XmlConfigurationGeneratorTest.php
Expand Up @@ -37,7 +37,7 @@ public function testGeneratesConfigurationCorrectly(): void
verbose="true">
<testsuites>
<testsuite name="default">
<directory suffix="Test.php">tests</directory>
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 4b70280

Please sign in to comment.