Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/_files/AssertionExample.php
<?php
class AssertionExample
{
    public function
doSomething()
    {
       
assert(false);
    }
}