mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
doc block
This commit is contained in:
parent
405c5b0280
commit
6ed85f2d5d
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ class ControllerMergeVarsTest extends CakeTestCase {
|
||||||
/**
|
/**
|
||||||
* Ensure that $modelClass is correct even when Controller::$uses
|
* Ensure that $modelClass is correct even when Controller::$uses
|
||||||
* has been iterated, eg: by a Component, or event handlers.
|
* has been iterated, eg: by a Component, or event handlers.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function testMergeVarsModelClass() {
|
public function testMergeVarsModelClass() {
|
||||||
$Controller = new MergeVariablescontroller();
|
$Controller = new MergeVariablescontroller();
|
||||||
|
|
Loading…
Add table
Reference in a new issue