Fix template test case

Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
This commit is contained in:
Atul Pratap Singh 2016-01-16 17:00:32 +05:30
parent b725916252
commit 8bdcd7d3c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
<?php
echo hello($variable);
echo $this->hello($variable);

View File

@ -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'