Subversion Repositories web.creative

Rev

Blame | Last modification | View Log | Download

<?php
abstract class AbstractTest extends PHPUnit_Framework_TestCase
{
    public function testOne()
    {
    }
}