Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing self inclusions for test cases. Refs #174
  • Loading branch information
markstory committed Oct 16, 2009
1 parent 43dbf71 commit a36c2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cake/tests/cases/libs/model/model_integration.test.php
@@ -1,7 +1,7 @@
<?php
/* 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 @@ -25,7 +25,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
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/model/model_validation.test.php
Expand Up @@ -25,7 +25,7 @@
* @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 a36c2ec

Please sign in to comment.