Small change from previous PR (#4357)

This commit is contained in:
Neil Lathwood
2016-09-06 11:58:22 +01:00
committed by GitHub
parent f6134f429c
commit 5ea4d3154d

View File

@@ -46,7 +46,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
* @param string $expectedOS the OS to test for
* @param string $sysDescr set the snmp sysDescr variable
* @param string $sysObjectId set the snmp sysObjectId variable
* @param array $snmpMock set arbitrary snmp variables with an associative array
* @param array $mockSnmp set arbitrary snmp variables with an associative array
* @param array $device device array to send
*/
private function checkOS($expectedOS, $sysDescr = '', $sysObjectId = '', $mockSnmp = array(), $device = array())