Emarref\Jwt\Token\PropertyListTest::setUp PHP Метод

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

public setUp ( )
    public function setUp()
    {
        $this->properties = $this->getMockBuilder('\\ArrayObject')->getMock();
        $this->propertyList = new PropertyListStub($this->properties);
    }