| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| | |
PHPBB3-11219
|
| | |
| |
| |
| | |
PHPBB3-11219
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The previous method would always leave a gap between the last value and the
new one due to how you have to update the sequence values. To remove gaps in
all situations, the options are to alter the USER_SEQUENCES table or just
drop the sequence and recreate it. The prior requires elevated priveleges
and the latter can break attached objects. Since we don't attach objects to
the sequences, we won't have any problems doing it for the tests.
PHPBB3-11219
|
| |/
|
|
|
|
|
|
|
| |
If a value is provide for an auto_increment type of column, certain DBMSes
do not update their internal sequencers. If a row is inserted later, it can
be given an ID that is already in use, resulting in an error. The database
test cases now resynchronise the sequencers before the tests are run.
PHPBB3-11219
|
| |\
| |
| |
| |
| | |
* nickvergessen/ticket/11186:
[ticket/11186] Database unit tests fail on windows using sqlite2
|
| | |
| |
| |
| |
| |
| |
| |
| | |
The problem is, that we try to recreate the db and reconnect to it, while the
old connection is still hold. To resolve this, we just drop all tables and
recreate the tables instead of the hole db.
PHPBB3-11186
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* p/ticket/11202-olympus:
[ticket/11202] Custom message does not make sense here, delete it.
[ticket/11202] Check response success before content assertions.
[ticket/11202] Add a heuristic function to check for response success.
|
| | | |
| | |
| | |
| | | |
PHPBB3-11202
|
| | |/
| |
| |
| |
| |
| | |
This tries to account for php sending fatal errors with 200 status code.
PHPBB3-11202
|
| |/
|
|
|
|
| |
Added functions to get and purge cache to functional framework also.
PHPBB3-11190
|
| |
|
|
| |
PHPBB3-11159
|
| |
|
|
| |
PHPBB3-10758
|
| |
|
|
| |
PHPBB3-11034
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* Fyorl/ticket/10981:
[ticket/10981] Added check for PHP version before running composer
[ticket/10981] Modified travis to use composer with --dev
[ticket/10981] Removed setupBeforeClass
[ticket/10981] Modified functional framework to account for goutte changes
[ticket/10981] Added goutte via composer
|
| | |
| |
| |
| | |
PHPBB3-10981
|
| | |
| |
| |
| | |
PHPBB3-10981
|
| | |
| |
| |
| |
| |
| | |
composer.phar added and autoloaded before tests
PHPBB3-10981
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-olympus
* github-noxwizard/ticket/10678:
[ticket/10678] Typo and formatting
[ticket/10678] Add port handling for MSSQL tests
[ticket/10678] Move config changes to new location
[ticket/10678] Rename helper class file
[ticket/10678] Lowercase class name, adjust comment width
[ticket/10678] More formatting and docblocks
[ticket/10678] More formatting requests
[ticket/10678] Fix formatting
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
Conflicts:
tests/RUNNING_TESTS.txt
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| | |
PHPBB3-10678
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Allow ODBC connections for Firebird
Capitalize fixture tables and columns for Firebird
On database drop failure, drop all tables
Provide cleanup utilities for databases that cannot be dropped
PHPBB3-10678
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* prep-release-3.0.11:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
|
| | | |
| | |
| | |
| | | |
PHPBB3-10937
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
* github-p/ticket/10828:
[ticket/10828] Connect to postgres database by default.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When not connecting to a specific database, connect to postgres
database which specifically exists as a default database to
connect to.
PHPBB3-10828
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
By David King
via David King
* github-imkingdavid/task/functional:
[task/functional] Use proper format for @var doc blocks.
[task/functional] Fix $lang_path variable
[task/functional] Change property visibility, remove globals, reword comment
[task/functional] Make sure missing language values are handled properly
[task/functional] Increase code coverage for functional tests
|
| | | |
| | |
| | | |
PHPBB3-10758
|
| | | |
| | |
| | |
| | | |
PHPBB3-10758
|
| | | |
| | |
| | |
| | | |
PHPBB3-10758
|
| | | |
| | |
| | |
| | | |
PHPBB3-10758
|
| | |/
| |
| |
| | |
PHPBB3-10758
|
| |/
|
|
| |
PHPBB3-10891
|
| |
|
|
| |
PHPBB3-10492
|
| |
|
|
| |
PHPBB3-10492
|
| |
|
|
| |
PHPBB3-9916
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* Noxwizard/ticket/10349:
[ticket/10349] Removed duplicated functions from schema loading in tests
[ticket/10349] Update function comment
[ticket/10349] Use new schema comment function in installer
[ticket/10349] Unit tests: Consolidate schema comment removal functions
[ticket/10349] Unit tests: Remove comments while loading schema files
|
| | |
| |
| |
| | |
PHPBB3-10349
|
| | |
| |
| |
| | |
PHPBB3-10349
|
| | |
| |
| |
| | |
PHPBB3-10349
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Perform the same operations that the installer does when preparing the schema
files. These functions come straight from /includes/functions_install.php and
/includes/functions_admin.php.
PHPBB3-10349
|
| |/
|
|
| |
PHPBB3-10416
|
| |
|
|
|
|
|
| |
Regression from PHPBB3-10043, a typo caused the database tests to fail
under MySQL.
PHPBB3-10060
|
| |
|
|
| |
PHPBB3-10043
|
| |
|
|
| |
PHPBB3-10043
|