hash('secret'); $this->assertTrue($hasher->verify('secret', $hash)); $this->assertFalse($hasher->verify('wrong', $hash)); } }