Application/tests/TestCase.php

7 lines
73 B
PHP
Raw Normal View History

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