2021-06-06 21:39:26 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Yansongda\Pay\Tests\Provider;
|
|
|
|
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
|
|
|
|
class AlipayTest extends TestCase
|
|
|
|
{
|
2021-06-06 21:42:29 +08:00
|
|
|
public function testFoo()
|
|
|
|
{
|
|
|
|
self::assertTrue(true);
|
|
|
|
}
|
2021-06-06 21:39:26 +08:00
|
|
|
}
|