Removing self inclusions for test cases. Refs #174

This commit is contained in:
mark_story 2009-10-16 09:19:23 -04:00
parent 906eb82e9b
commit 3a85197f25
2 changed files with 1 additions and 3 deletions

View file

@ -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
*
@ -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

View file

@ -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