You can implement step definitions for undefined steps with these snippets:
/**
* @Given /^people enter (\d+)$/
*/
public function peopleEnter($argument1)
{
throw new Pending();
}
bootstrap.phpの下に置く必要がありますか?何を知っておくべきか本当に混乱しています...クロージャではなく、oopスタイルを使用したいと思います。私はBDDとBehatに不慣れです。どんな助けでも大歓迎です。ありがとう