Code cleaning.

This commit is contained in:
Pierre Lannoy 2024-03-30 16:45:53 +01:00
commit 554ab44d04
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31
2 changed files with 0 additions and 10 deletions

8
.gitignore vendored
View file

@ -1,8 +0,0 @@
.idea
composer.phar
/vendor/
.phpunit.result.cache
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

View file

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="The project's test suite">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>