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

setUp() public method

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