From e56a0a2445dd849aa26d703cdd26b8daff82a6c0 Mon Sep 17 00:00:00 2001
From: Dominik Eckelmann <deckelmann@gmail.com>
Date: Fri, 6 Apr 2012 16:18:45 +0200
Subject: [PATCH] improved installation instruction in readme

---
 _testing/README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_testing/README b/_testing/README
index 9ec2e3137..0987cb605 100644
--- a/_testing/README
+++ b/_testing/README
@@ -9,6 +9,7 @@
 Installation:
 The easiest way to install phpunit is via pear:
   pear config-set auto_discover 1
+  pear upgrade
   pear install pear.phpunit.de/PHPUnit
 
 ==== Run unit tests ====
-- 
GitLab