Isaac Flores Paz 15 年之前
父節點
當前提交
cef78c260a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
     }
 }