Closed ghost closed 9 years ago
Steps:
"require": { "codeception/verify": "^0.2.7", "codeception/specify": "^0.4.2", "codeception/codeception": "^2.1" }
codecept bootstrap
verify()
specify
Call to undefined function verify()
How should I use it?
Ok. I found the problem. You should run codecept from vendor and not globally.
codecept
Please, make the documentation far more clear.
Steps:
codecept bootstrap
.verify()
(inside aspecify
).Call to undefined function verify()
.How should I use it?