| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| | |
PHPBB3-10975
|
| | |
| |
| |
| | |
PHPBB3-10975
|
| | |
| |
| |
| | |
PHPBB3-10975
|
| | |
| |
| |
| |
| |
| | |
Checks behaviour when adding and deleting a user.
PHPBB3-10975
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10972] Drop user deletion.
[ticket/10972] Tweak user addition.
[ticket/10972] Add destroy method to mock cache.
[ticket/10972] Add mock null cache.
[ticket/10972] Backport get_db from develop.
[ticket/10972] Added explicit checks for creating duplicate users.
[ticket/10972] Moved tests into appropriate places and added comments
[ticket/10972] Added methods for creating and deleting basic users
Conflicts:
tests/mock/cache.php
tests/test_framework/phpbb_functional_test_case.php
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Users should not be deleted in tests that test user creation.
Tests should use unique user names to avoid collisions.
User deletion should use user_remove anyway.
PHPBB3-10972
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Always add users, do not keep track of which users have been added.
The tests should know whether users they want exist or not.
Use more unique user names in tests for robustness.
Added some more assertions here and there.
PHPBB3-10972
|
| | |
| |
| |
| | |
PHPBB3-10972
|
| | |
| |
| |
| |
| |
| |
| | |
Modified the login method to allow logging in of an arbitrary user.
Also added tests for the new functionality.
PHPBB3-10972
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* p/ticket/11202:
[ticket/11202] Fix comment char, use more descriptive comment.
[ticket/11202] Add response assertions to file upload functional test.
|
| | | |
| | |
| | |
| | | |
PHPBB3-11202
|
| | | |
| | |
| | |
| | | |
PHPBB3-11202
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| | | |
| | |
| | |
| | | |
PHPBB3-10864
|
| |/ /
| |
| |
| | |
PHPBB3-10864
|
| | |
| |
| |
| |
| |
| |
| | |
This does not change tests that perform requests which are either
clearly not supposed to succeed or are a gray area.
PHPBB3-11202
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-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.
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
|
| | |
| |
| |
| |
| |
| |
| | |
This does not change tests that perform requests which are either
clearly not supposed to succeed or are a gray area.
PHPBB3-11202
|
| |\ \
| |/
| |
| |
| |
| |
| | |
* develop-olympus:
[task/functional] Fixed DEBUG_TEST related issues
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
[task/functional] Added posting tests (reply and new topic)
|
| | |
| |
| |
| | |
PHPBB3-10758
|
| | |
| |
| |
| | |
PHPBB-10758
|
| | |
| |
| |
| | |
PHPBB3-10992
|
| | |
| |
| |
| | |
PHPBB3-10992
|
| | |
| |
| |
| | |
PHPBB3-10992
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| | |
Also fixed some minor issues that weren't flagged before because
the tests were being ignored.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| | |
Also marked a test as incomplete even though this appears to be
ignored when actually running the tests.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Had to remove one of the tests due to a small limitation with the
functional testing framework. May mark the test as incomplete again
pending further comments.
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| | |
Removed superfluous $user = null; that was left over from refactoring.
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Uses phpbb_mock_lang to return the key used when setting errors to
allow that key to be checked for during tests rather than just checking
if any error was set.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| | |
Added some comments clarifying globals and lowercased fixture filenames
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
NOTE: test_form_upload() is broken. Uploading files via Symfony fails to
retain $_FILES['fileupload']['type'] even if it set explicitely. This appears
to be a bug in Symfony. Since the current version of filespec::is_image()
relies on the mimetype, these tests will __fail__. filespec::is_image() has
been fixed in https://github.com/phpbb/phpbb3/pull/833 however.
PHPBB3-10941
|
| |\ \
| | |
| | | |
[ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php
|
| | | |
| | |
| | |
| | | |
PHPBB3-10837
|
| |\ \ \
| |/ /
|/| /
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
By David King
via David King (1) and Nils Adermann (1)
* develop-olympus:
[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
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
|
| | |
| |
| |
| | |
PHPBB3-10758
|
| | |
| |
| |
| | |
PHPBB3-10758
|
| | |
| |
| |
| | |
PHPBB3-10492
|
| |
|
|
| |
PHPBB3-10492
|