mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Updating names.
This commit is contained in:
parent
ef024b86e4
commit
34f67cc897
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,8 @@
|
|||
/**
|
||||
* AllCoreJavascriptHelpersGroupTest class
|
||||
*
|
||||
* This test group will run all test in the cases/libs/view/helpers directory.
|
||||
* This test group will run all test in the cases/libs/view/helpers directory related
|
||||
* to Js helper and its engines
|
||||
*
|
||||
* @package cake
|
||||
* @subpackage cake.tests.groups
|
||||
|
@ -39,7 +40,7 @@ class AllCoreJavascriptHelpersGroupTest extends GroupTest {
|
|||
* @var string 'All core helpers'
|
||||
* @access public
|
||||
*/
|
||||
var $label = 'All Javascript Helpers';
|
||||
var $label = 'Js Helper and all Engine Helpers';
|
||||
/**
|
||||
* AllCoreHelpersGroupTest method
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue