模拟浏览器的行为工具BrowserKit.zip

时间:2022-08-07 21:58:44
【文件属性】:

文件名称:模拟浏览器的行为工具BrowserKit.zip

文件大小:35KB

文件格式:ZIP

更新时间:2022-08-07 21:58:44

开源项目

BrowserKit是一款模拟浏览器的行为工具。示例代码:namespace Acme; use Symfony\Component\BrowserKit\Client as BaseClient; use Symfony\Component\BrowserKit\Response; class Client extends BaseClient {     protected function doRequest($request)     {         // ... convert request into a response         return new Response($content, $status, $headers);     } } 标签:BrowserKit


【文件预览】:
browser-kit-master
----Cookie.php(9KB)
----Response.php(3KB)
----AbstractBrowser.php(22KB)
----Exception()
--------BadMethodCallException.php(354B)
----phpunit.xml.dist(888B)
----Test()
--------Constraint()
----Tests()
--------CookieTest.php(9KB)
--------HttpBrowserTest.php(5KB)
--------AbstractBrowserTest.php(41KB)
--------RequestTest.php(2KB)
--------Test()
--------CookieJarTest.php(11KB)
--------HistoryTest.php(4KB)
--------ResponseTest.php(3KB)
----History.php(2KB)
----LICENSE(1KB)
----README.md(704B)
----HttpBrowser.php(4KB)
----CookieJar.php(6KB)
----.gitignore(34B)
----CHANGELOG.md(1KB)
----Request.php(3KB)
----composer.json(1KB)

网友评论