Skip to content
Snippets Groups Projects
Forked from it-lab / grade
Source project has a limited visibility.
TestCase.php 131 B
<?php defined('SYSPATH') or die('No direct script access.');

abstract class Unittest_TestCase extends Kohana_Unittest_TestCase {}