public function testLoadOptionsReturnsEmptyArrayIfNoPreferencesSet()
 {
     $dashlet = new Dashlet('unit_test_run');
     $this->assertEquals(array(), $dashlet->loadOptions());
 }