Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/WasRun.php
<?php
class WasRun extends PHPUnit_Framework_TestCase
{
    public $wasRun = false;

    protected function runTest()
    {
        $this->wasRun = true;
    }
}