From 8cf0f1f3608573b278671d779000f34d4a0c541f Mon Sep 17 00:00:00 2001
From: Matthieu Guffroy <mattgu74@gmail.com>
Date: Thu, 12 Jun 2014 03:04:09 +0200
Subject: [PATCH] test

---
 class/objet.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/class/objet.php b/class/objet.php
index 4458788..767a4ec 100644
--- a/class/objet.php
+++ b/class/objet.php
@@ -14,7 +14,7 @@ class Objet
     public static function getAll()
     {
     	// TODO return list of objects Client
-        echo get_called_class();
+        echo "toto:".get_called_class();
     	return Array();
     }
 }
\ No newline at end of file
-- 
GitLab