Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/AssertionExample.php
<?php
class AssertionExample
{
    public function doSomething()
    {
        assert(false);
    }
}