mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-29 18:58:38 +08:00
start tests
This commit is contained in:
parent
e98831432d
commit
08d6a6326f
9
tests/PayTest.php
Normal file
9
tests/PayTest.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Yansongda\Pay\Tests;
|
||||
|
||||
class PayTest extends TestCase
|
||||
{
|
||||
|
||||
|
||||
}
|
9
tests/TestCase.php
Normal file
9
tests/TestCase.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Yansongda\Pay\Tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
|
||||
|
||||
class TestCase extends PHPUnitTestCase
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue
Block a user