PHP Class Phue\Test\SoftwareUpdateTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sqmk/phue

Public Methods

Method Description
setUp ( ) Set up
testCheckForUpdate ( ) Test: Check for update
testCheckingForUpdate ( ) Test: Checking for update?
testDisableInstallNotification ( ) Test: Disable install notification
testGetReleaseNotesBrief ( ) Test: Get release notes brief
testGetReleaseNotesUrl ( ) Test: Get release notes URL
testGetUpdatableLights ( ) Test: Get updatable lights
testGetUpdateState ( ) Test: Get update state
testInstallUpdates ( ) Test: Installing updates
testIsBridgeUpdatable ( ) Test: Is bridge updatable?
testIsInstallNotificationEnabled ( ) Test: Is install notification enabled?

Method Details

setUp() public method

Set up
public setUp ( )

testCheckForUpdate() public method

Test: Check for update
public testCheckForUpdate ( )

testCheckingForUpdate() public method

Test: Checking for update?

testDisableInstallNotification() public method

Test: Disable install notification

testGetReleaseNotesBrief() public method

Test: Get release notes brief

testGetReleaseNotesUrl() public method

Test: Get release notes URL

testGetUpdatableLights() public method

Test: Get updatable lights

testGetUpdateState() public method

Test: Get update state
public testGetUpdateState ( )

testInstallUpdates() public method

Test: Installing updates
public testInstallUpdates ( )

testIsBridgeUpdatable() public method

Test: Is bridge updatable?

testIsInstallNotificationEnabled() public method

Test: Is install notification enabled?