| 123456789101112131415161718192021222324 |
- <?php
- /**
- * Created by PhpStorm.
- * User: chendeben
- * Date: 2018/3/30
- * Time: 下午4:27
- */
- namespace PhpLife\Test;
- use PhpLife\App\Api\Controller\Aip;
- class AipTest extends \PHPUnit_Framework_TestCase
- {
- public function testBaidu()
- {
- }
- public function test()
- {
- }
- }
|