mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing getTests included by accident.
This commit is contained in:
parent
9b3a2fd658
commit
9f8e0e163e
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue