Pattern to use skipIf in tests.

This commit is contained in:
Juan Basso 2011-05-30 20:49:46 -04:00
parent ed96936ea7
commit aacb921695
27 changed files with 92 additions and 156 deletions

View file

@ -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();