From f68a812af88da8f52fd021d50e2faa21d9b459cc Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Thu, 16 Oct 2014 16:45:59 +1300
Subject: [PATCH] Removed a test that was testing nothing and that failed
 depending on your system

---
 tests/PHPUnit/Unit/CliMulti/ProcessTest.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tests/PHPUnit/Unit/CliMulti/ProcessTest.php b/tests/PHPUnit/Unit/CliMulti/ProcessTest.php
index 12ec4c98e8..755cd60b61 100644
--- a/tests/PHPUnit/Unit/CliMulti/ProcessTest.php
+++ b/tests/PHPUnit/Unit/CliMulti/ProcessTest.php
@@ -92,11 +92,6 @@ class ProcessTest extends PHPUnit_Framework_TestCase
         $this->assertFalse($this->process->hasStarted(''));
     }
 
-    public function test_isSupported()
-    {
-        $this->assertTrue(Process::isSupported(), 'This test does not work on windows or if the commands ps and awk are not available');
-    }
-
     public function test_getSecondsSinceCreation()
     {
         sleep(3);
-- 
GitLab