Emarref\Jwt\Algorithm\Hs384Test::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->algorithm = new Hs384(self::$secret);
    }