summaryrefslogtreecommitdiffstats
path: root/tests/index.php
blob: d4d0e88bf0720e8bdf03e3686cbb4ebac4013af1 (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);
    }
}