Removing getTests included by accident.

This commit is contained in:
Mark Story 2010-01-18 21:59:18 -05:00
parent 9b3a2fd658
commit 9f8e0e163e

View file

@ -4098,9 +4098,6 @@ class DboSourceTest extends CakeTestCase {
$this->assertNoPattern('/Num:/s', $contents);
$this->assertNoPattern('/Took:/s', $contents);
}
function getTests() {
return array('start', 'startCase', 'testVirtualFields', 'endCase', 'end');
}
/**
* test fields generating usable virtual fields to use in query