Skip to content

Commit

Permalink
Removing getTests included by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 19, 2010
1 parent 9b3a2fd commit 9f8e0e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cake/tests/cases/libs/model/datasources/dbo_source.test.php
Expand Up @@ -4098,9 +4098,6 @@ function testShowQuery() {
$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
Expand Down

0 comments on commit 9f8e0e1

Please sign in to comment.