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);
     }
 }