mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing self inclusions for test cases. Refs #174
This commit is contained in:
parent
906eb82e9b
commit
3a85197f25
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue