From 114f71e689863d468546c467a2fe795ba42d2843 Mon Sep 17 00:00:00 2001 From: Yavin Date: Fri, 15 Aug 2014 21:43:19 +0200 Subject: [PATCH] update tests in README file --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e05f83b..9b2a2c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Symfony Init Controller extension + +[![Build Status](https://travis-ci.org/Yavin/symfony-init-controller.svg)](https://travis-ci.org/Yavin/symfony-init-controller) + Add ability to execute `init` method in controller before every action. Based on [this answer](http://stackoverflow.com/a/11179521/1051297) @@ -56,7 +59,3 @@ Based on [this answer](http://stackoverflow.com/a/11179521/1051297) } } ``` - -### TODO -* write tests -