Lcobucci\JWT\SignatureTest::constructorMustConfigureAttributes PHP Méthode

constructorMustConfigureAttributes() public méthode

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