2005-08-21 06:49:02 +00:00
|
|
|
<?php
|
|
|
|
/* SVN FILE: $Id$ */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Short description for file.
|
|
|
|
*
|
|
|
|
* Long description for file
|
|
|
|
*
|
|
|
|
* PHP versions 4 and 5
|
|
|
|
*
|
|
|
|
* CakePHP Test Suite <https://trac.cakephp.org/wiki/Cake/Manual/TestSuite/>
|
|
|
|
* Copyright (c) 2005, CakePHP Test Suite Authors/Developers
|
2005-09-11 02:35:47 +00:00
|
|
|
* Author(s): Larry E. Masters aka PhpNut <phpnut@gmail.com>
|
2005-08-21 06:49:02 +00:00
|
|
|
*
|
2005-09-11 02:35:47 +00:00
|
|
|
* Portions modified from WACT Test Suite <http://www.phpwact.org>
|
|
|
|
* Author(s): Harry Fuecks
|
|
|
|
* Jon Ramsey
|
|
|
|
* Jason E. Sweat
|
|
|
|
* Franco Ponticelli
|
|
|
|
* Lorenzo Alberton
|
2005-08-21 06:49:02 +00:00
|
|
|
*
|
|
|
|
* Licensed under The Open Group Test Suite License
|
|
|
|
* Redistributions of files must retain the above copyright notice.
|
|
|
|
*
|
|
|
|
* @filesource
|
|
|
|
* @author CakePHP Test Suite Authors/Developers
|
|
|
|
* @copyright Copyright (c) 2005, CakePHP Test Suite Authors/Developers
|
|
|
|
* @link https://trac.cakephp.org/wiki/TestSuite/Authors/ Authors/Developers
|
2005-09-11 02:35:47 +00:00
|
|
|
* @package tests
|
|
|
|
* @subpackage tests.lib
|
2005-08-21 06:49:02 +00:00
|
|
|
* @since CakePHP Test Suite v 1.0.0.0
|
|
|
|
* @version $Revision$
|
|
|
|
* @modifiedby $LastChangedBy$
|
|
|
|
* @lastmodified $Date$
|
|
|
|
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Short description
|
|
|
|
*/
|
|
|
|
|
|
|
|
SimpleTestOptions::ignore('CakeWebTestCase');
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Short description for class.
|
|
|
|
*
|
2005-09-11 02:35:47 +00:00
|
|
|
* @package tests
|
|
|
|
* @subpackage tests.lib
|
2005-08-21 06:49:02 +00:00
|
|
|
* @since CakePHP Test Suite v 1.0.0.0
|
|
|
|
*/
|
|
|
|
class CakeWebTestCase extends WebTestCase {
|
|
|
|
}
|
|
|
|
?>
|