start tests

This commit is contained in:
yansongda 2017-08-21 08:03:36 +08:00
parent e98831432d
commit 08d6a6326f
2 changed files with 18 additions and 0 deletions

9
tests/PayTest.php Normal file
View File

@ -0,0 +1,9 @@
<?php
namespace Yansongda\Pay\Tests;
class PayTest extends TestCase
{
}

9
tests/TestCase.php Normal file
View File

@ -0,0 +1,9 @@
<?php
namespace Yansongda\Pay\Tests;
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
class TestCase extends PHPUnitTestCase
{
}