Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/tests/unit/include/classes/import/CImportDataAdapterTest.php')
-rw-r--r--frontends/php/tests/unit/include/classes/import/CImportDataAdapterTest.php18
1 files changed, 12 insertions, 6 deletions
diff --git a/frontends/php/tests/unit/include/classes/import/CImportDataAdapterTest.php b/frontends/php/tests/unit/include/classes/import/CImportDataAdapterTest.php
index 287d41b912a..578fe068042 100644
--- a/frontends/php/tests/unit/include/classes/import/CImportDataAdapterTest.php
+++ b/frontends/php/tests/unit/include/classes/import/CImportDataAdapterTest.php
@@ -868,7 +868,8 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'headers' => [],
'key_' => 'empty-lld-rule',
'trapper_hosts' => '',
- 'lld_macro_paths' => []
+ 'lld_macro_paths' => [],
+ 'preprocessing' => []
],
'empty-lld-rule-jmx' => [
'name' => 'empty-lld-rule-jmx',
@@ -924,7 +925,8 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'headers' => [],
'key_' => 'empty-lld-rule-jmx',
'trapper_hosts' => '',
- 'lld_macro_paths' => []
+ 'lld_macro_paths' => [],
+ 'preprocessing' => []
],
'lld-rule' => [
'name' => 'lld-rule',
@@ -1231,7 +1233,8 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'headers' => [],
'key_' => 'lld-rule',
'trapper_hosts' => '',
- 'lld_macro_paths' => []
+ 'lld_macro_paths' => [],
+ 'preprocessing' => []
]
],
'export-template' => [
@@ -1288,7 +1291,8 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'headers' => [],
'key_' => 'empty-lld-rule',
'trapper_hosts' => '',
- 'lld_macro_paths' => []
+ 'lld_macro_paths' => [],
+ 'preprocessing' => []
],
'lld-rule-jmx' => [
'name' => 'lld-rule-jmx',
@@ -1343,7 +1347,8 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'headers' => [],
'key_' => 'lld-rule-jmx',
'trapper_hosts' => '',
- 'lld_macro_paths' => []
+ 'lld_macro_paths' => [],
+ 'preprocessing' => []
],
'lld-rule' => [
'name' => 'lld-rule',
@@ -1646,7 +1651,8 @@ class CImportDataAdapterTest extends PHPUnit_Framework_TestCase {
'headers' => [],
'key_' => 'lld-rule',
'trapper_hosts' => '',
- 'lld_macro_paths' => []
+ 'lld_macro_paths' => [],
+ 'preprocessing' => []
]
]
]);