Notifcation and tab->spaces fix.

This commit is contained in:
Tony Murray
2016-03-03 06:46:39 -06:00
parent 734d1bcd9d
commit 2af1b517e5
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class SyslogTest extends \PHPUnit_Framework_TestCase
public function testCiscoSyslog()
{
// populate fake $dev_cache and $config
global $config, $dev_cache;
global $config, $dev_cache;
$dev_cache['1.1.1.1'] = ['device_id' => 1, 'os' => 'ios', 'version' => 1];;
$confg = array();
$config['syslog_filter'] = array();