cakephp2-php8/app/helpers/tests_helper.php

22 lines
694 B
PHP
Raw Normal View History

<?php
//////////////////////////////////////////////////////////////////////////
// + $Id$
// +------------------------------------------------------------------+ //
// + CakePHP : Rapid Development Framework <http://www.cakephp.org/> + //
// + Copyright: (c) 2005, Cake Authors/Developers + //
// +------------------------------------------------------------------+ //
// + Licensed under The MIT License + //
//////////////////////////////////////////////////////////////////////////
/**
* In this file you can extend the TestsController.
*
* @package cake
* @subpackage cake.app
*/
class TestsHelper extends AppController
{
}
?>