mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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
|
<?php
|
||||||
/* SVN FILE: $Id$ */
|
/* SVN FILE: $Id$ */
|
||||||
/**
|
/**
|
||||||
* Short description for file.
|
* CakeWebTestCase a simple wrapper around WebTestCase
|
||||||
*
|
|
||||||
* Long description for file
|
|
||||||
*
|
*
|
||||||
* PHP versions 4 and 5
|
* PHP versions 4 and 5
|
||||||
*
|
*
|
||||||
|
@ -25,11 +23,11 @@
|
||||||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
* @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
|
* @package cake
|
||||||
* @subpackage cake.cake.tests.lib
|
* @subpackage cake.cake.tests.lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue