Example #1
0
 /** @test */
 public function should_be_invalid_with_incorrect_password()
 {
     $response = new Response('qwerty', ['callbackPW' => 'dvorak']);
     $this->assertFalse($response->isValid());
 }