Isaac Flores Paz 16 years ago
parent 67e6ba71c1
commit cef78c260a
  1. 2
      tests/dummy2.test.php

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

Loading…
Cancel
Save