Phue\Test\Command\UpdateSensorStateTest::testName PHP Method

testName() public method

Test: Set config attribute
public testName ( )
    public function testName()
    {
        $command = new UpdateSensorState('4');
        $this->assertEquals($command, $command->stateAttribute('key', 'value'));
    }