PhilipBrown\Signature\Tests\Guards\CheckKeyTest::should_return_true_with_valid_key PHP Method

should_return_true_with_valid_key() public method

    public function should_return_true_with_valid_key()
    {
        $this->assertTrue($this->guard->check(['auth_key' => 'abc123'], ['auth_key' => 'abc123'], 'auth_'));
    }