markdown 如何在Behat FeatureContext中使用PHPUnit断言

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何在Behat FeatureContext中使用PHPUnit断言相关的知识,希望对你有一定的参考价值。

1. `composer require --dev phpunit/phpunit`
2. Below all the "use" statements at the beginning of the FeatureContext.php, just add the line   
   `require_once __DIR__.'/../../vendor/phpunit/phpunit/src/Framework/Assert/Functions.php';`   
   
Then you can use any of the PHPUnit assertions :)

以上是关于markdown 如何在Behat FeatureContext中使用PHPUnit断言的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 docker-compose 在 docker 容器中为 Laravel 环境安装 Behat?

如何让Mink Selenium 2 Driver等待页面加载Behat

如何使用 Behat 测试在多总线场景中调度 Symfony Messenger 事件?

如何有效地测试使用 Behat/Mink 访问大文件?

如何使用 Behat/Mink 切换到动态命名的 iframe

BEHAT - 无法在浏览器中执行测试