| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-10973
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9916] Changing header in non-distributed files
[ticket/9916] Changing coding guidelines license
[ticket/9916] Updating License in the header
Conflicts:
tests/mock/cache.php
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10483] Fix test suite when running with MySQL strict mode
|
| |
| |
| |
| | |
PHPBB3-10483
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
|
| |
| |
| |
| | |
PHPBB3-10321
|
| |
| |
| |
| | |
PHPBB3-10321
|
| |
| |
| |
| | |
PHPBB3-9716
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
|
| |
| |
| |
| |
| |
| | |
This fixes session unit tests on PostgreSQL in particular.
PHPBB3-10082
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[task/session-tests] Make result check independent of returned row order.
[task/session-tests] By default the cache check now skips over db server info
[task/session-tests] Correctly display message on session continue test failure
[task/session-tests] Make the session id replacement of dataset values clearer
Conflicts:
tests/mock/cache.php
|
| |
| |
| |
| | |
PHPBB3-9732
|
| |
| |
| |
| | |
PHPBB3-9732
|
| |
| |
| |
| | |
PHPBB3-9732
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10052] Add comments to the session testable factory.
[ticket/10052] Correct session tests, and separate session factory from tests
|
| |
| |
| |
| | |
PHPBB3-10052
|
|/
|
|
| |
PHPBB3-10052
|
|
|
|
|
|
|
| |
This test passes by itself but fails when run as part of the
compete suite. Mark it incomplete to avoid breaking the suite.
PHPBB3-10049
|
|
|
|
|
|
|
| |
I am unable to find any code revision in which this test worked.
Thus to not break the entire suite I mark it incomplete.
PHPBB3-10049
|
|
|
|
| |
PHPBB3-10049
|
|
|
|
|
|
|
|
|
|
|
| |
cd694e9b9dfd59c8be00a52b30db8e6c280b97a9 renamed
assertResultEquals to assertSqlResultEquals. However, since the
session tests were never executed calls in them were never
updated.
Parameter order also changed; chase that too.
PHPBB3-10049
|
|
|
|
| |
PHPBB3-10049
|
|
|
|
|
|
|
|
| |
phpunit.xml.dist specifies that only files ending in _test.php
are test files; with the old names session tests were not run
as a result.
PHPBB3-10049
|
|
|
|
| |
PHPBB3-9732
|
|
Two first simple tests to check functionality of session_begin and
session_create.
Added a mock class for the cache as well as a subclass of session
which has its cookie handling function mocked out to avoid header
sending problems.
PHPBB3-9732
|