mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-26 01:14:19 +08:00
18 lines
285 B
PHP
18 lines
285 B
PHP
<?php
|
|
|
|
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Log\Test;
|
|
|
|
/**
|
|
* This class is internal and does not follow the BC promise.
|
|
*
|
|
* Do NOT use this class in any way.
|
|
*
|
|
* @internal
|
|
*/
|
|
class DummyTest
|
|
{
|
|
public function __toString()
|
|
{
|
|
return 'DummyTest';
|
|
}
|
|
}
|