Lcobucci\JWT\Signer\EcdsaTest::constructShouldConfigureDependencies PHP Method

constructShouldConfigureDependencies() public method

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