Application/tests/TestCase.php

7 lines
73 B
PHP

<?php
abstract class TestCase extends PHPUnit_Framework_TestCase
{
}
?>