Isaac Flores Paz il y a 15 ans
Parent
commit
cef78c260a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/dummy2.test.php

+ 1 - 1
tests/dummy2.test.php

@@ -5,7 +5,7 @@ class TestDummy2 extends UnitTestCase
 {
     function testDummy2Values()
     {
-    	$this->assertFalse(false);
+    	$this->assertFalse(false); 
         $this->assertTrue(false);
     }
 }