Phue\Test\SoftwareUpdateTest::testGetUpdatableLights PHP Method

testGetUpdatableLights() public method

Test: Get updatable lights
    public function testGetUpdatableLights()
    {
        $this->assertEquals($this->attributes->devicetypes->lights, $this->softwareUpdate->getUpdatableLights());
    }