From 9ea3ac6f30a539572af06329643aef2068d3730e Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Thu, 10 Jan 2019 22:01:48 +0100 Subject: [PATCH] Reorganise feature files --- features/{ => dependency_injection}/autowiring_contexts.feature | 0 .../injecting_parameters_into_context.feature | 0 .../injecting_services_into_context.feature | 0 features/{ => mink_integration}/mink_integration.feature | 0 features/{ => sanity_checks}/isolating_contexts.feature | 0 features/{ => sanity_checks}/running_bare_behat_scenarios.feature | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename features/{ => dependency_injection}/autowiring_contexts.feature (100%) rename features/{ => dependency_injection}/injecting_parameters_into_context.feature (100%) rename features/{ => dependency_injection}/injecting_services_into_context.feature (100%) rename features/{ => mink_integration}/mink_integration.feature (100%) rename features/{ => sanity_checks}/isolating_contexts.feature (100%) rename features/{ => sanity_checks}/running_bare_behat_scenarios.feature (100%) diff --git a/features/autowiring_contexts.feature b/features/dependency_injection/autowiring_contexts.feature similarity index 100% rename from features/autowiring_contexts.feature rename to features/dependency_injection/autowiring_contexts.feature diff --git a/features/injecting_parameters_into_context.feature b/features/dependency_injection/injecting_parameters_into_context.feature similarity index 100% rename from features/injecting_parameters_into_context.feature rename to features/dependency_injection/injecting_parameters_into_context.feature diff --git a/features/injecting_services_into_context.feature b/features/dependency_injection/injecting_services_into_context.feature similarity index 100% rename from features/injecting_services_into_context.feature rename to features/dependency_injection/injecting_services_into_context.feature diff --git a/features/mink_integration.feature b/features/mink_integration/mink_integration.feature similarity index 100% rename from features/mink_integration.feature rename to features/mink_integration/mink_integration.feature diff --git a/features/isolating_contexts.feature b/features/sanity_checks/isolating_contexts.feature similarity index 100% rename from features/isolating_contexts.feature rename to features/sanity_checks/isolating_contexts.feature diff --git a/features/running_bare_behat_scenarios.feature b/features/sanity_checks/running_bare_behat_scenarios.feature similarity index 100% rename from features/running_bare_behat_scenarios.feature rename to features/sanity_checks/running_bare_behat_scenarios.feature