From 4095069460f7a700795f0f9ba27a99d4bf7f17b0 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sat, 15 Mar 2014 12:23:46 +0100
Subject: [PATCH] Update doc

---
 test/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/README b/test/README
index 929c9df05e8..4a54bfaf099 100644
--- a/test/README
+++ b/test/README
@@ -27,7 +27,7 @@ If not using Eclipse, to install PHPUnit manually:
 > sudo pear install --alldeps phpunit/PHPUnit
 
 * Run Unit tests: 
-> cd test
+> cd test/phpunit
 > phpunit MyFileTest.php
 If using Eclipse, select the test and click on menu "Run external tools and choose PHPUnit".
 
-- 
GitLab