Emarref\Jwt\Encryption\AsymmetricTest::setUp PHP Метод

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

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