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

ConcreteTest.php « _files « tests « phpunit « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f51a18004b00f5eac245823f5cb1611f83cd069 (plain)
1
2
3
4
5
6
7
<?php
class ConcreteTest extends AbstractTest
{
    public function testTwo()
    {
    }
}