Emarref\Jwt\Token\HeaderTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->parameters = $this->getMockBuilder('Emarref\\Jwt\\Token\\PropertyList')->getMock();
        $this->header = new HeaderStub($this->parameters);
    }