Phue\Test\SensorModel\SensorModelFactoryTest::testGetUnknownModel PHP Method

testGetUnknownModel() public method

Test: Getting unknown model
public testGetUnknownModel ( )
    public function testGetUnknownModel()
    {
        $this->assertInstanceOf('\\Phue\\SensorModel\\UnknownModel', SensorModelFactory::build('whatever'));
    }