newdevice: Added support for Mirth OS #2639

This commit is contained in:
Neil Lathwood
2016-12-10 17:07:45 +00:00
committed by GitHub
parent 56ec5cbbd9
commit dda62d8ce1
5 changed files with 20 additions and 0 deletions

View File

@@ -859,6 +859,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('minkelsrms');
}
public function testMirth()
{
$this->checkOS('mirth');
}
public function testMonowall()
{
$this->checkOS('monowall');