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