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