mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removing self inclusions for test cases. Refs #174
This commit is contained in:
parent
43dbf71624
commit
a36c2ec5bb
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue