Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Issue2145Test.php « 2145 « GitHub « Regression « tests « phpunit « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c290765e479345e5282fdb0c1f0ac2734ee15b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
class Issue2145Test extends PHPUnit_Framework_TestCase
{
    public static function setUpBeforeClass()
    {
        throw new Exception;
    }

    public function testOne()
    {
    }

    public function testTwo()
    {
    }
}