woocommerce-paypal-payments/tests/PHPUnit/WcGateway/Repository/CartRepositoryTest.php
Kirill Braslavsky a50a0cd5cb update tests
2021-03-17 10:30:02 +02:00

15 lines
273 B
PHP

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