mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Renaming {{{SimpleTestOptions::ignore()}}} to {{{SimpleTest::ignore()}}} Refs #6425
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8207 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
fd7cf5e5e6
commit
fb6b2aecde
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
<?php
|
||||
/* SVN FILE: $Id$ */
|
||||
/**
|
||||
* Short description for file.
|
||||
*
|
||||
* Long description for file
|
||||
* CakeWebTestCase a simple wrapper around WebTestCase
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
|
@ -25,11 +23,11 @@
|
|||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
||||
*/
|
||||
/**
|
||||
* Short description
|
||||
* Ignore base class.
|
||||
*/
|
||||
SimpleTestOptions::ignore('CakeWebTestCase');
|
||||
SimpleTest::ignore('CakeWebTestCase');
|
||||
/**
|
||||
* Short description for class.
|
||||
* Simple wrapper for the WebTestCase provided by SimpleTest
|
||||
*
|
||||
* @package cake
|
||||
* @subpackage cake.cake.tests.lib
|
||||
|
|
Loading…
Add table
Reference in a new issue