fix tests

This commit is contained in:
David Remer 2020-09-14 07:51:45 +03:00
parent 6db0a457bf
commit 7445c91ed7
37 changed files with 199 additions and 190 deletions

View file

@ -2,11 +2,11 @@
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\ApiClient\Repository;
namespace WooCommerce\PayPalCommerce\ApiClient\Repository;
use Hamcrest\Matchers;
use Inpsyde\PayPalCommerce\ApiClient\Entity\ApplicationContext;
use Inpsyde\PayPalCommerce\TestCase;
use WooCommerce\PayPalCommerce\ApiClient\Entity\ApplicationContext;
use WooCommerce\PayPalCommerce\TestCase;
use Mockery\MockInterface;
use Psr\Container\ContainerInterface;
use function Brain\Monkey\Functions\expect;

View file

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\ApiClient\Repository;
namespace WooCommerce\PayPalCommerce\ApiClient\Repository;
use Mockery\Adapter\Phpunit\MockeryTestCase;