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:
mark_story 2009-06-30 01:37:33 +00:00
parent fd7cf5e5e6
commit fb6b2aecde

View file

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