From bb65fa205f035ad115d618cdbfb26092832858ea Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Thu, 13 Jul 2017 16:01:30 +0200
Subject: [PATCH] FEAT test

---
 core/Test/StatusControllerTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/Test/StatusControllerTest.php b/core/Test/StatusControllerTest.php
index ad3e86a0795..e20f8e14ca1 100644
--- a/core/Test/StatusControllerTest.php
+++ b/core/Test/StatusControllerTest.php
@@ -8,10 +8,10 @@
 */
 
 namespace MaarchTest;
-
+use PHPUnit\Framework\TestCase;
 //require_once __DIR__.'/define.php';
 
-class StatusControllerTest extends \PHPUnit_Framework_TestCase
+class StatusControllerTest extends TestCase
 {
     public function testCreate()
     {
-- 
GitLab