Subversion Repositories web.creative

Rev

Blame | Last modification | View Log | Download

<?php
class Failure extends PHPUnit_Framework_TestCase
{
    protected function runTest()
    {
        $this->fail();
    }
}