Fix syntax error.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
9898af0962
commit
ac955df90d
@ -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 () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user