Skip to content

Commit

Permalink
Update testsuite name in phpunit.xml
Browse files Browse the repository at this point in the history
The name for the test suite in the phpunit.xml file has been changed from "Larvatar Test Suite" to "default". The update aligns the specified name with the general test naming convention.
  • Loading branch information
renfordt committed Mar 31, 2024
1 parent b7960ee commit 1443ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="Larvatar Test Suite">
<testsuite name="default">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 1443ee7

Please sign in to comment.