Skip to content

Commit

Permalink
chore: add name attr to testsuite for phpunit config (#5383)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand authored Jul 11, 2022
1 parent d277172 commit 65dd097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit-system.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./vendor/google/cloud-core/system-bootstrap.php" colors="true">
<testsuites>
<testsuite>
<testsuite name="System Test Suite">
<directory>tests/System</directory>
</testsuite>
</testsuites>
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite>
<testsuite name="Unit Test Suite">
<directory>tests/Unit</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 65dd097

Please sign in to comment.