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

testConfigAttribute() public method

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