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

/**
*
OC_App::loadApp('news');
class Test_News_MyTest extends UnitTestCase
{

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