Isaac Flores Paz 15 năm trước cách đây
mục cha
commit
cef78c260a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     }
 }