mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove duplicate connect method from the unit test stub
This commit is contained in:
parent
290bccedb4
commit
c5d78b6302
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ class CakeTestFixtureTest extends CakeTestCase {
|
|||
public function setUp() {
|
||||
parent::setUp();
|
||||
$methods = array_diff(get_class_methods('DboSource'), array('enabled'));
|
||||
$methods[] = 'connect';
|
||||
|
||||
$this->criticDb = $this->getMock('DboSource', $methods);
|
||||
$this->criticDb->fullDebug = true;
|
||||
|
|
Loading…
Reference in a new issue