高效路由的PHP库.zip
<?php namespace FastRoute; use PHPUnit\Framework\TestCase; class RouteCollectorTest extends TestCase { public function testShortcuts() { $r = new DummyRouteCollector(); $r->delete('/delete', 'delete'); $r->get('/get', 'get'); $r->head('/head', 'head');
文件列表
高效路由的PHP库.zip
(预估有个42文件)
高效路由的PHP库
php中文网下载站.url
114B
FastRoute-master
composer.json
449B
.travis.yml
243B
phpunit.xml
640B
test
bootstrap.php
373B
Dispatcher
MarkBasedTest.php
511B
暂无评论