Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-12405

create_user() in functional tests uses invalid timezone and no dateformat

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.1.0-b3
    • 3.1.0-b2
    • Test Suite

      tests/test_framework/phpbb_functional_test_case.php

      			'user_timezone' => 0,
      			'user_dateformat' => '',

      should be:

      			'user_timezone' => 'UTC',
      			'user_dateformat' => 'r',

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: