From 3168849e9461ed5b2928103cf97d033695da411b Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Wed, 10 Apr 2013 10:44:20 -0400 Subject: [PATCH] Fix test unit classInstallerTest.php --- .../test/unit/processmaker/classInstallerTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workflow/engine/test/unit/processmaker/classInstallerTest.php b/workflow/engine/test/unit/processmaker/classInstallerTest.php index 5222f913c..f9a85d713 100755 --- a/workflow/engine/test/unit/processmaker/classInstallerTest.php +++ b/workflow/engine/test/unit/processmaker/classInstallerTest.php @@ -86,12 +86,12 @@ $t->todo( "call to method make_site using "); - //checking method 'set_admin' - $t->can_ok( $obj, 'set_admin', 'set_admin() is callable' ); + //checking method 'setAdmin' + $t->can_ok( $obj, 'setAdmin', 'setAdmin() is callable' ); - //$result = $obj->set_admin ( ); - //$t->isa_ok( $result, 'NULL', 'call to method set_admin '); - $t->todo( "call to method set_admin using "); + //$result = $obj->setAdmin ( ); + //$t->isa_ok( $result, 'NULL', 'call to method setAdmin '); + $t->todo( "call to method setAdmin using "); //checking method 'query_sql_file'