Lcobucci\JWT\Signer\EcdsaTest::constructShouldConfigureDependencies PHP Méthode

constructShouldConfigureDependencies() public méthode

    public function constructShouldConfigureDependencies()
    {
        $signer = $this->getSigner();
        self::assertAttributeSame($this->adapter, 'adapter', $signer);
    }