woocommerce-paypal-payments/tests/PHPUnit/WcGateway/Repository/CartRepositoryTest.php

16 lines
269 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\ApiClient\Repository;
use Mockery\Adapter\Phpunit\MockeryTestCase;
class CartRepositoryTest extends MockeryTestCase
{
public function testAll()
{
self::markTestSkipped("Todo");
}
}