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

16 lines
273 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
2021-03-17 10:30:02 +02:00
namespace WooCommerce\PayPalCommerce\WcGateway\Repository;
use Mockery\Adapter\Phpunit\MockeryTestCase;
class CartRepositoryTest extends MockeryTestCase
{
public function testAll()
{
self::markTestSkipped("Todo");
}
}