2005-05-23 19:15:08 +00:00
|
|
|
<?PHP
|
2005-06-05 04:43:07 +00:00
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
|
|
// + $Id$
|
|
|
|
// +------------------------------------------------------------------+ //
|
|
|
|
// + Cake <https://developers.nextco.com/cake/> + //
|
|
|
|
// + Copyright: (c) 2005, Cake Authors/Developers + //
|
|
|
|
// +------------------------------------------------------------------+ //
|
|
|
|
// + Licensed under The MIT License + //
|
|
|
|
//////////////////////////////////////////////////////////////////////////
|
2005-05-23 19:15:08 +00:00
|
|
|
|
2005-06-05 23:41:46 +00:00
|
|
|
/**
|
|
|
|
* In this file you can extend the TestsController.
|
|
|
|
*
|
|
|
|
* @package cake
|
|
|
|
* @subpackage cake.app
|
|
|
|
*/
|
|
|
|
|
|
|
|
class TestsHelper extends AppController
|
|
|
|
{
|
2005-05-23 19:15:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
?>
|