コード例 #1
0
 /**
  * Tests UserPrefs->getPrefs()
  */
 public function testGetPrefsReturnNull()
 {
     $key = 'non_existing_key';
     $this->assertNull($this->UserPrefs->getPref($key));
 }