Commit 2238b890 by Hikonobu Kurihara

added some lines

parent 0cfb66b8
...@@ -3,3 +3,11 @@ ...@@ -3,3 +3,11 @@
/** /**
* @author KURIHARA Hikonobu * @author KURIHARA Hikonobu
*/ */
class Test3Test extends PHPUnit_TestCase
{
public function testTest()
{
$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