Skip to content

Commit

Permalink
Remove getTests() that was stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 22, 2011
1 parent 8d9091d commit 118cbe2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cake/tests/cases/libs/model/model_read.test.php
Expand Up @@ -7408,9 +7408,6 @@ function testVirtualFields() {
$this->assertTrue(isset($result['Author']['full_name']));
}

function getTests() {
return array('start', 'testVirtualFieldAsAConstant', 'end');
}
/**
* Test that virtual fields work with SQL constants
*
Expand Down

0 comments on commit 118cbe2

Please sign in to comment.