Skip to content

Commit

Permalink
fix: Fix missing xml example's testsuites
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Oct 27, 2023
1 parent a6f616c commit 64a2b2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace XmlConsumer\Tests\Service;

use Tienvx\PactPhpXml\Model\Options;
use Tienvx\PactPhpXml\XmlBuilder;
use XmlConsumer\Service\HttpClientService;
use PhpPact\Consumer\InteractionBuilder;
Expand Down
2 changes: 1 addition & 1 deletion example/xml/provider/tests/PactVerifyTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace JsonProvider\Tests;
namespace XmlConsumer\Tests;

use GuzzleHttp\Psr7\Uri;
use PhpPact\Standalone\ProviderVerifier\Model\VerifierConfig;
Expand Down
6 changes: 6 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<testsuite name="PhpPact Multipart Provider Example Tests">
<directory>./example/multipart/provider/tests</directory>
</testsuite>
<testsuite name="PhpPact Xml Consumer Example Tests">
<directory>./example/xml/consumer/tests</directory>
</testsuite>
<testsuite name="PhpPact Xml Provider Example Tests">
<directory>./example/xml/provider/tests</directory>
</testsuite>
<testsuite name="PhpPact Message Consumer Example Tests">
<directory>./example/message/consumer/tests</directory>
</testsuite>
Expand Down

0 comments on commit 64a2b2a

Please sign in to comment.