From ac955df90de883974593db667dd503fee4e89e96 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Tue, 25 Aug 2015 16:27:01 +0200 Subject: [PATCH] Fix syntax error. Signed-off-by: Hugues Peccatte --- test/classes/controllers/TableRelationController_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/controllers/TableRelationController_test.php b/test/classes/controllers/TableRelationController_test.php index 7b65b0ab09..56223bbc48 100644 --- a/test/classes/controllers/TableRelationController_test.php +++ b/test/classes/controllers/TableRelationController_test.php @@ -168,7 +168,7 @@ class TableRelationController_Test extends PHPUnit_Framework_TestCase public function testGetDropdownValueForDbActionOne() { $GLOBALS['dbi']->expects($this->any()) -t ->method('fetchArray') + ->method('fetchArray') ->will( $this->returnCallback( function () {