Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wimski committed Feb 21, 2022
1 parent d2d4d48 commit 49ad799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
use Wimski\Nominatim\Client;
use Wimski\Nominatim\Exceptions\RequestException;

/**
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*/
class ClientTest extends AbstractTest
{
/**
Expand Down
3 changes: 1 addition & 2 deletions tests/IntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Wimski\Nominatim\Tests;

use PHPUnit\Framework\TestCase;
use Swis\Http\Fixture\Client as FixtureClient;
use Swis\Http\Fixture\ResponseBuilder;
use Wimski\Nominatim\Client;
Expand All @@ -13,7 +12,7 @@
use Wimski\Nominatim\RequestParameters\ForwardGeocodingQueryRequestParameters;
use Wimski\Nominatim\Transformers\GeocodingResponseTransformer;

class IntegrationTest extends TestCase
class IntegrationTest extends AbstractTest
{
protected Client $client;

Expand Down

0 comments on commit 49ad799

Please sign in to comment.