Merge pull request #1005 from nextcloud/update-master-phpunit-config

Update master php testing versions
This commit is contained in:
Joas Schilling 2022-04-07 13:56:29 +02:00 committed by GitHub
commit d223d73f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php">
<phpunit bootstrap="bootstrap.php" convertDeprecationsToExceptions="true">
<testsuite name="circles">
<directory suffix='Test.php'>.</directory>
</testsuite>