Emarref\Jwt\Encryption\AsymmetricTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->algorithm = $this->getMockBuilder('Emarref\\Jwt\\Algorithm\\Rs256')->getMock();
        $this->encryption = new Asymmetric($this->algorithm);
    }