assertEquals('a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', $this->hashString('test')); } public function testHashesStringsToUnexpectedValue() { $this->assertNotEquals('nope', $this->hashString('test')); } }