phpcr / phpcr-shell

PHPCR Shell
MIT License
69 stars 19 forks source link

Fix the behat sentances #144

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

Instead of

Given I execute the command
Then the command should not fail
And I save the session

should be

When I execute the command ..
Then the command should not fail
And I save the session
Then ...

So replace Given with When and make the

dantleech commented 9 years ago

Duplicate