文件名称:浏览器:Symfony功能测试的流畅界面
文件大小:38KB
文件格式:ZIP
更新时间:2024-02-26 18:54:19
symfony test SymfonyPHP
zenstruck /浏览器 使用Symfony进行功能测试可能很冗长。 该库围绕Symfony的本机功能测试功能提供了表达力强,可自动完成的流利包装器: public function testViewPostAndAddComment () { // assumes a "Post" is in the database with an id of 3 $ this -> kernelBrowser () -> visit ( '/posts/3' ) -> assertSuccessful () -> assertSee
【文件预览】:
browser-1.x
----.gitignore(99B)
----.codecov.yml(113B)
----src()
--------Browser.php(11KB)
--------Browser()
----LICENSE(1KB)
----composer.json(1KB)
----README.md(25KB)
----.php_cs.dist(2KB)
----.scrutinizer.yml(204B)
----phpunit.xml.dist(1KB)
----.gitattributes(44B)