KnpLabs / KnpRadBundle

Rapid Application Development for Symfony2 [UNMAINTAINED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

describe features using behat

docteurklein opened this issue · comments

this would kill two birds with one stone:

  • have an explicit, self-explanative list of features
  • test the bundle in black box mode

How to initialize Behat on a bundle though? Where will we get stuff like AppKernel.php and app_test.php?

We make a default appkernel, register RadBundle, and App < AppBundle, instanciate and boot the kernel,
and make requests on it.