Emarref\Jwt\Claim\NotBeforeTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->claim = new NotBefore(self::$value);
    }