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

/**
*
*/
class Test_News_MyTest extends UnitTestCase
{

    public function testTest()    {
        $this->assertTrue(false);
    }
}