0

I'm currently migrating from behat 2.3 and BehatBundle to behat 2.4 and Symfony2Extension.

My problem is : behat outputs nothing when I run php bin/behat.

like :

$ php bin/behat
$

It seems to crash in Behat\Behat\Console\BehatApplication::createContainer when compiling the container, but got no errors.

Anyone knows this issue ?

j0k
  • 22,600
  • 28
  • 79
  • 90
Yohan G.
  • 1,176
  • 1
  • 7
  • 7

1 Answers1

2

Provide as argument to bin/behat a bundle name of the suite you want to run.

everzet
  • 1,735
  • 13
  • 9
  • It doesn't solve my problem, it seems to be a swift autoload problem silented by `@` in app/autoload.php. – Yohan G. Jul 02 '12 at 13:17
  • Have you read the migration guide and updated app/autoload.php file? http://extensions.behat.org/symfony2/migrating_from_2.3_to_2.4.html – Jakub Zalas Jul 03 '12 at 12:15