Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/AssertionExampleTest.php
<?php
use PHPUnit\Framework\TestCase;

class AssertionExampleTest extends TestCase
{
    public function testOne()
    {
        $e = new AssertionExample;

        $e->doSomething();
    }
}