Adding test case files used for previous commit.

This commit is contained in:
mark_story 2009-11-14 02:25:49 -05:00
parent b6978ab25f
commit 040f94cb81
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?php
class TestAppCacheEngine extends CacheEngine {
}

View file

@ -0,0 +1,5 @@
<?php
class TestPluginCacheEngine extends CacheEngine {
}