Пример #1
0
 public function testSigner_validateTampered_shouldBeFalse()
 {
     $foo = 'hillo.7KTthSs1fJgtbigPvFpQH1bpoGA';
     $s = new Signer("secret");
     $bar = $s->validate($foo);
     $this->assertFalse($bar);
 }