public function supportedAlgorithms()
 {
     $a = MessageDigest::supportedAlgorithms();
     $this->assertTrue(is_array($a), 'Expected an array but have ' . xp::typeOf($a));
 }