mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
354658eee2
commit
010db92c88
@ -277,9 +277,9 @@ class FilterTest extends BaseTestCase
|
||||
$this->assertSame(
|
||||
Filter::matchAll(
|
||||
Filter::expression('host', '!=', 'localhost'),
|
||||
Filter::matchAny(Filter::where('service', 'ping4'), Filter::where('specialchars', '(|&!=)'))
|
||||
Filter::matchAny(Filter::where('service', 'ping4'), Filter::where('specialchars', '(|&!=)#'))
|
||||
)->toQueryString(),
|
||||
'host!=localhost&(service=ping4|specialchars=%28%7C%26%21%3D%29)'
|
||||
'host!=localhost&(service=ping4|specialchars=%28%7C%26%21%3D%29%23)'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user