Fix template test case
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
This commit is contained in:
parent
b725916252
commit
8bdcd7d3c0
@ -1,2 +1,2 @@
|
||||
<?php
|
||||
echo hello($variable);
|
||||
echo $this->hello($variable);
|
||||
|
||||
@ -38,7 +38,7 @@ class TemplateTest extends PMATestCase
|
||||
*/
|
||||
public function testAddData()
|
||||
{
|
||||
$template = PMA\libraries\Template::get('test/addData');
|
||||
$template = PMA\libraries\Template::get('test/add_data');
|
||||
$template->addData(
|
||||
array(
|
||||
'variable1' => 'value1'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user