phpcr/phpcr-shell

Fix the behat sentances

Opened this issue · 0 comments

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