From 1842877a5d8cdeab6085800493e593e33f1ef0b6 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 27 Jul 2016 23:21:25 +0200 Subject: [PATCH] Update readme, ensure that no one uses this extension for now :) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18dfcb5..7da87ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # Symfony Extension [![License](https://img.shields.io/packagist/l/friends-of-behat/symfony-extension.svg)](https://packagist.org/packages/friends-of-behat/symfony-extension) [![Version](https://img.shields.io/packagist/v/friends-of-behat/symfony-extension.svg)](https://packagist.org/packages/friends-of-behat/symfony-extension) [![Build status on Linux](https://img.shields.io/travis/FriendsOfBehat/SymfonyExtension/master.svg)](http://travis-ci.org/FriendsOfBehat/SymfonyExtension) [![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/FriendsOfBehat/SymfonyExtension.svg)](https://scrutinizer-ci.com/g/FriendsOfBehat/SymfonyExtension/) -Integrates Behat with Symfony (both 2 and 3). + +[WIP] Integrates Behat with Symfony (both 2 and 3). +Inspired by [Behat/Symfony2Extension](https://github.com/Behat/Symfony2Extension). + +## Differences + + - Built-in `symfony` driver uses different kernel than the one that is used in the contexts. +This means you can always change it to any other driver without any issues and +ensures that application behaviour will not be affected by stateful services. ## Usage