Skip to content

Commit

Permalink
Renaming {{{SimpleTestOptions::ignore()}}} to {{{SimpleTest::ignore()…
Browse files Browse the repository at this point in the history
…}}} Refs #6425

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8207 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
markstory committed Jun 30, 2009
1 parent fd7cf5e commit fb6b2ae
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions cake/tests/lib/cake_web_test_case.php
@@ -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
*
Expand All @@ -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
Expand Down

0 comments on commit fb6b2ae

Please sign in to comment.