Lcobucci\JWT\SignatureTest::constructorMustConfigureAttributes PHP 메소드

constructorMustConfigureAttributes() 공개 메소드

    public function constructorMustConfigureAttributes()
    {
        $signature = new Signature('test');
        self::assertAttributeEquals('test', 'hash', $signature);
    }