cakephp2-php8/app/helpers/tests_helper.php

22 lines
694 B
PHP
Raw Normal View History

<?PHP
//////////////////////////////////////////////////////////////////////////
// + $Id$
// +------------------------------------------------------------------+ //
// + Cake <https://developers.nextco.com/cake/> + //
// + 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
{
}
?>