mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "Fix test Icinga/File/CsvTest.php because the method being tested has been changed"
This reverts commit 23baa0dc836de78fc25fdada35ae0b432eb51708.
This commit is contained in:
parent
41c942d197
commit
f876ed00f0
@ -14,7 +14,7 @@ class CsvTest extends BaseTestCase
|
||||
$queryMock = Mockery::mock(
|
||||
'Icinga\Data\SimpleQuery',
|
||||
array(
|
||||
'getQuery->fetchAll' => array(
|
||||
'fetchAll' => array(
|
||||
array('col1' => 'val1', 'col2' => 'val2', 'col3' => 'val3', 'col4' => 'val4'),
|
||||
array('col1' => 'val5', 'col2' => 'val6', 'col3' => 'val7', 'col4' => 'val8')
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user