From 8437a3b18a1fe5cc9fa274c5fa9b931defe5adab Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Thu, 3 Nov 2016 12:54:30 +0100 Subject: [PATCH] Ensure that this extension does not crash anything --- features/not_crashing_behat.feature | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 features/not_crashing_behat.feature 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: + """ +