Remove old tests

This commit is contained in:
Kamil Kokot
2016-11-03 11:34:51 +01:00
parent d7f39e3abf
commit 64661a706d
4 changed files with 2 additions and 7 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,2 @@
/vendor
/composer.lock

View File

@@ -33,4 +33,4 @@ install:
script:
- composer validate --strict
- vendor/bin/behat --strict --config=test/behat.yml
- vendor/bin/behat --strict -vvv --no-interaction

View File

@@ -1,7 +1,6 @@
# 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/)
[WIP] Integrates Behat with Symfony (both 2 and 3).
Integrates Behat with Symfony (both 2 and 3).
Inspired by [Behat/Symfony2Extension](https://github.com/Behat/Symfony2Extension).
## Differences

View File

@@ -1,3 +0,0 @@
default:
extensions:
FriendsOfBehat\SymfonyExtension: ~