mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-30 03:13:32 +00:00
Fix CS
This commit is contained in:
parent
ace30fdd8a
commit
ca93bbcd15
2 changed files with 12 additions and 4 deletions
lib/Cake/Test/Case/Model/Datasource
|
@ -33,6 +33,9 @@ require_once dirname(dirname(__FILE__)) . DS . 'models.php';
|
|||
*/
|
||||
class MockPDO extends PDO {
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
public function __construct() {
|
||||
}
|
||||
|
||||
|
@ -1416,7 +1419,7 @@ class DboSourceTest extends CakeTestCase {
|
|||
/**
|
||||
* Test defaultConditions()
|
||||
*
|
||||
* @return
|
||||
* @return void
|
||||
*/
|
||||
public function testDefaultConditions() {
|
||||
$this->loadFixtures('Article');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue