Skip to content

Commit

Permalink
Migrating ModelDeleteTest to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 1, 2010
1 parent c4b35eb commit 375dde8
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 428 deletions.
4 changes: 2 additions & 2 deletions cake/tests/cases/libs/model/model.test.php
Expand Up @@ -20,15 +20,15 @@
App::import('Core', array('AppModel', 'Model'));
require_once dirname(__FILE__) . DS . 'models.php';

SimpleTest::ignore('BaseModelTest');
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'DEFAULT');

/**
* ModelBaseTest
*
* @package cake
* @subpackage cake.tests.cases.libs.model
*/
class BaseModelTest extends CakeTestCase {
abstract class BaseModelTest extends CakeTestCase {

/**
* autoFixtures property
Expand Down

0 comments on commit 375dde8

Please sign in to comment.