controller for routes

This commit is contained in:
Taras Machyshyn
2013-11-06 12:57:49 +02:00
parent b18fd5de61
commit ea64e78868
17 changed files with 733 additions and 176 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class SettingsTest extends \PHPUnit_Framework_TestCase
"customTest"=> array("test"=> "success"),
);
$json= json_encode($array);
$this->assertTrue( $this->fixture->isSuccess($json, true) );
$this->assertTrue( $this->fixture->isSuccess($json) );
/*
$config= new Utils\Configurator();