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

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