Commit 4fc19c02 by Hikonobu Kurihara

added a method

parent 2238b890
...@@ -10,4 +10,9 @@ class Test3Test extends PHPUnit_TestCase ...@@ -10,4 +10,9 @@ class Test3Test extends PHPUnit_TestCase
{ {
$this->fail(); $this->fail();
} }
public function testTest2()
{
$this->fail();
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment