From faaf99a7ea9bff0c90abbd28e4609b916b21b0b7 Mon Sep 17 00:00:00 2001
From: Eddie Abou-Jaoude <eddie@jaoudestudios.com>
Date: Tue, 18 Aug 2015 12:40:49 +0100
Subject: [PATCH] Removed phpunit output from README

---
 README.md | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/README.md b/README.md
index a38ff89..65d71d7 100755
--- a/README.md
+++ b/README.md
@@ -39,22 +39,6 @@ Read more about how to install and use `Composer` on your local machine [here](h
 $ ./vendor/bin/phpunit
 ```
 
-Output example
-
-```bash
-vagrant@design-patterns:/vagrant$ ./vendor/bin/phpunit
-PHPUnit 4.6.10 by Sebastian Bergmann and contributors.
-
-Configuration read from /vagrant/phpunit.xml
-
-................................................................. 65 / 71 ( 91%)
-......
-
-Time: 554 ms, Memory: 5.75Mb
-
-OK (71 tests, 128 assertions)
-```
-
 ## Patterns
 
 The patterns can be structured in roughly three different categories. Please click on the [:notebook:](http://en.wikipedia.org/wiki/Software_design_pattern) for a full explanation of the pattern on Wikipedia.