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

should_throw_exception_on_missing_key() public method

    public function should_throw_exception_on_missing_key()
    {
        $this->setExpectedException('PhilipBrown\\Signature\\Exceptions\\SignatureKeyException');
        $this->guard->check([], ['auth_key' => 'abc123'], 'auth_');
    }