<?php namespace Yansongda\Pay\Tests; use PHPUnit\Framework\TestCase as PHPUnitTestCase; class TestCase extends PHPUnitTestCase { public function setUp() { } public function tearDown() { } }