X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8841a328c811072b093df2c91c48972e040cf994..5b02cd22b9d9bdf9d3cd32d9e4cfcb971a92c606:/test/php/Nominatim/DebugTest.php diff --git a/test/php/Nominatim/DebugTest.php b/test/php/Nominatim/DebugTest.php index 6e0c25f3..84e8f215 100644 --- a/test/php/Nominatim/DebugTest.php +++ b/test/php/Nominatim/DebugTest.php @@ -1,20 +1,32 @@ oWithDebuginfo = $this->getMock(Geocode::class, array('debugInfo')); + $this->oWithDebuginfo = $this->getMockBuilder(\GeococdeMock::class) + ->setMethods(array('debugInfo')) + ->getMock(); $this->oWithDebuginfo->method('debugInfo') ->willReturn(array('key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3')); - $this->oWithToString = $this->getMock(Geocode::class, array('__toString')); + + $this->oWithToString = $this->getMockBuilder(\SomeMock::class) + ->setMethods(array('__toString')) + ->getMock(); $this->oWithToString->method('__toString')->willReturn('me as string'); } @@ -25,14 +37,14 @@ class DebugTest extends \PHPUnit_Framework_TestCase
Var1: True
Var2: False
Var3: 0-
Var4: 'String'-
Var5: 0 => 'one' - 1 => 'two' - 2 => 'three'-
Var6: 'key' => 'value' - 'key2' => 'value2'+
Var4: 'String'+
Var5: 0 => 'one' + 1 => 'two' + 2 => 'three'+
Var6: 'key' => 'value' + 'key2' => 'value2'
Var7: me as string-
Var8: 'value', 'value2'+
Var8: 'value', 'value2'EOT ); @@ -52,10 +64,10 @@ EOT public function testDebugArray() { $this->expectOutputString(<<
Arr1: 'key1' => 'val1' - 'key2' => 'val2' - 'key3' => 'val3'+
Arr0: 'null'+
Arr1: 'key1' => 'val1' + 'key2' => 'val2' + 'key3' => 'val3'EOT ); @@ -81,12 +93,12 @@ EOT
'one'
'two'
'one'
'two'
'three'
'four'
'three'
'four'
'val1'
'val2'
'val3'
'val1'
'val2'
'val3'
group1
'val1'
'val2'
'val1'
'val2'
group1
'one'
'two'
'one'
'two'
group2
'val1'
'val2'
'val1'
'val2'
group1
'val1'
'val2'
'val3'
'val1'
'val2'
'val3'
group1
'val1'
'val2'
'val3'
'val1'
'val2'
'val3'