/**
  * Test
  *
  * @return void
  *
  */
 public function testRemoteHostWhitelistNotConfigured()
 {
     $img = new CImage();
     $res = $img->isRemoteSourceOnWhitelist(null);
     $this->assertTrue($res, "Should allow when whitelist not configured.");
 }