Skip to content

Commit

Permalink
Merge pull request #289 from mailjet/tests-updates
Browse files Browse the repository at this point in the history
phpunit updates
  • Loading branch information
oleksandr-mykhailenko authored Mar 13, 2024
2 parents d17f007 + 041faec commit e46c1dd
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="./vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">src/</directory>
</include>
</coverage>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="./vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd">
<testsuites>
<!-- <testsuite name="Mailjet APIv3 PHP wrapper test suite">
<file>./test/Mailjet/test.php</file>
</testsuite>-->
<testsuite name="apiv3-wrapper">
<file>./test/Mailjet/MailjetApiv3Test.php</file>
</testsuite>
</testsuites>
<source>
<include>
<directory suffix=".php">src/</directory>
</include>
</source>
</phpunit>

0 comments on commit e46c1dd

Please sign in to comment.