Emarref\Jwt\Algorithm\Rs256Test::setUp PHP Метод

setUp() публичный Метод

public setUp ( )
    public function setUp()
    {
        $this->key = openssl_pkey_new();
        $this->algorithm = new Rs256();
    }