add test case regarding BLOBs

This commit is contained in:
Sergey Tsalkov
2011-08-25 23:54:52 -07:00
parent 7621b50a02
commit 69bfe15ebb
4 changed files with 30 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ $classes_to_test = array();
foreach ($files as $fullpath) {
$filename = basename($fullpath);
if ($fullpath == __FILE__) continue;
if ($filename == 'test_setup.php') continue;
require_once($fullpath);
$classes_to_test[] = str_replace('.php', '', $filename);
}