mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 04:08:21 +08:00
8 lines
107 B
PHP
8 lines
107 B
PHP
<?php
|
|
|
|
namespace Yansongda\Pay\Tests\Parser;
|
|
|
|
class ResponseParserTest extends NoHttpRequestParserTest
|
|
{
|
|
}
|