Fix syntax error.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2015-08-25 16:27:01 +02:00
parent 9898af0962
commit ac955df90d

View File

@ -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 () {