summaryrefslogtreecommitdiffstats
path: root/tests/index.php
blob: 69c99ce1342b7a3c87ba42e60a05c2c4892fc597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php 

/**
* 
*/
class Test_News_MyTest extends UnitTestCase
{
    
    public function testTest()    {
        $this->assertTrue(false);
    }
}

?>