mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
Fixes #4758 Admin-UI hidden field $parms were not being applied.
This commit is contained in:
@@ -866,12 +866,13 @@ class e_formTest extends \Codeception\Test\Unit
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
public function testHidden()
|
||||
{
|
||||
|
||||
$result = $this->_frm->hidden('name','on',['id'=>'my-field']);
|
||||
$this->assertSame("<input type='hidden' name='name' value='on' id='my-field' />", $result);
|
||||
}
|
||||
|
||||
/*
|
||||
public function testToken()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user