mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Add empty test class for CartRepository
This commit is contained in:
parent
ac8cb3bf40
commit
449d3440bd
1 changed files with 15 additions and 0 deletions
15
tests/PHPUnit/WcGateway/Repository/CartRepositoryTest.php
Normal file
15
tests/PHPUnit/WcGateway/Repository/CartRepositoryTest.php
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?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");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue