Skip to content

Commit

Permalink
Removing self inclusions for test cases. Refs #174
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 16, 2009
1 parent 906eb82 commit 3a85197
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions cake/tests/cases/libs/model/model_integration.test.php
Expand Up @@ -2,7 +2,7 @@
/* SVN FILE: $Id: model.test.php 8225 2009-07-08 03:25:30Z mark_story $ */

/**
* ModelDeleteTest file
* ModelIntegrationTest file
*
* Long description for file
*
Expand All @@ -26,7 +26,6 @@
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
require_once dirname(__FILE__) . DS . 'model.test.php';
require_once dirname(__FILE__) . DS . 'model_integration.test.php';

/**
* ModelIntegrationTest
Expand Down
1 change: 0 additions & 1 deletion cake/tests/cases/libs/model/model_validation.test.php
Expand Up @@ -26,7 +26,6 @@
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
require_once dirname(__FILE__) . DS . 'model.test.php';
require_once dirname(__FILE__) . DS . 'model_validation.test.php';

/**
* ModelValidationTest
Expand Down

0 comments on commit 3a85197

Please sign in to comment.