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

testUniqueId() public method

Test: Set unique Id
public testUniqueId ( )
    public function testUniqueId()
    {
        $command = new CreateSensor();
        $this->assertEquals($command, $command->uniqueId('123.456.789'));
    }