mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
15 lines
273 B
PHP
15 lines
273 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace WooCommerce\PayPalCommerce\ApiClient\Repository;
|
|
|
|
use Mockery\Adapter\Phpunit\MockeryTestCase;
|
|
|
|
class CartRepositoryTest extends MockeryTestCase
|
|
{
|
|
public function testAll()
|
|
{
|
|
self::markTestSkipped("Todo");
|
|
}
|
|
}
|