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

testName() public method

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