Subversion Repositories web.creative

Rev

Blame | Last modification | View Log | Download

<?php
class WasRun extends PHPUnit_Framework_TestCase
{
    public $wasRun = false;

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