mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 21:12:41 +00:00
Pattern to use skipIf in tests.
This commit is contained in:
parent
ed96936ea7
commit
aacb921695
27 changed files with 92 additions and 156 deletions
|
@ -820,6 +820,7 @@ class DboSourceTest extends CakeTestCase {
|
|||
*/
|
||||
public function testStatements() {
|
||||
$this->skipIf(!$this->testDb instanceof DboMysql);
|
||||
|
||||
$this->loadFixtures('Article', 'User', 'Comment', 'Tag', 'Attachment', 'ArticlesTag');
|
||||
$Article = new Article();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue