Codeception / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
146 stars 25 forks source link

Call to undefined function verify() #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

Steps:

"require": {
    "codeception/verify": "^0.2.7",
    "codeception/specify": "^0.4.2",
    "codeception/codeception": "^2.1"
}

How should I use it?

ghost commented 9 years ago

Ok. I found the problem. You should run codecept from vendor and not globally.

Please, make the documentation far more clear.