mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix unit tests
This commit is contained in:
parent
3295488b29
commit
b5748b2911
2 changed files with 4 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
<?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");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue