Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/Regression/GitHub/1265/Issue1265Test.php
<?php
class Issue1265Test extends PHPUnit_Framework_TestCase
{
    public function testTrue()
    {
        $this->assertTrue(true);
    }
}