Phue\Test\SoftwareUpdateTest::testIsInstallNotificationEnabled PHP Method

testIsInstallNotificationEnabled() public method

Test: Is install notification enabled?
    public function testIsInstallNotificationEnabled()
    {
        $this->assertEquals($this->attributes->notify, $this->softwareUpdate->isInstallNotificationEnabled());
    }