diff --git a/features/not_crashing_behat.feature b/features/not_crashing_behat.feature new file mode 100644 index 0000000..4a8ed91 --- /dev/null +++ b/features/not_crashing_behat.feature @@ -0,0 +1,30 @@ +Feature: Not crashing Behat + In order to use this extension + As a Behat User + I want to have Behat up and running after enabling this extension + + Scenario: Not crashing Behat + Given a Behat configuration containing: + """ + default: + extensions: + FriendsOfBehat\SymfonyExtension: + kernel: + bootstrap: ~ + """ + And a file "app/AppKernel.php" containing: + """ +