Phue\Test\Command\CreateSensorTest::testModelId PHP Method

testModelId() public method

Test: Set model Id
public testModelId ( )
    public function testModelId()
    {
        $command = new CreateSensor();
        $this->assertEquals($command, $command->modelId('modelid'));
    }