| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'p/ticket/11202' into develop | Andreas Fischer | 2012-11-29 | 1 | -0/+3 |
| |\ | | | | | | | | | | | * p/ticket/11202: [ticket/11202] Fix comment char, use more descriptive comment. [ticket/11202] Add response assertions to file upload functional test. | ||||
| | * | [ticket/11202] Fix comment char, use more descriptive comment. | Oleg Pudeyev | 2012-11-18 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-11202 | ||||
| | * | [ticket/11202] Add response assertions to file upload functional test. | Oleg Pudeyev | 2012-11-18 | 1 | -0/+3 |
| | | | | | | | | | PHPBB3-11202 | ||||
| * | | [feature/controller] Fix misnamed route for functional test | David King | 2012-11-19 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Fix comments, check against more general HttpException | David King | 2012-11-19 | 1 | -3/+4 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Check for proper status codes from controllers | David King | 2012-11-19 | 3 | -1/+21 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Fix functional tests to use query string for controllers | David King | 2012-11-18 | 1 | -4/+4 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Fix line endings and permissions, and check responses | David King | 2012-11-16 | 5 | -6/+10 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Add controller functional test with template | David King | 2012-11-16 | 5 | -5/+52 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Use warning instead of echo for copy() and unlink() | David King | 2012-11-16 | 1 | -8/+2 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Add test for missing argument in controller class | David King | 2012-11-16 | 4 | -2/+19 |
| | | | | | | | | | PHPBB3-10864 | ||||
| * | | [feature/controller] Adapt functional tests given new controller framework | David King | 2012-11-16 | 16 | -193/+69 |
| |/ | | | | PHPBB3-10864 | ||||
| * | [ticket/11202] Check response success before content assertions. | Oleg Pudeyev | 2012-11-15 | 1 | -0/+2 |
| | | | | | | | | This does not change tests that perform requests which are either clearly not supposed to succeed or are a gray area. PHPBB3-11202 | ||||
| * | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-11-15 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | | | | * 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 | ||||
| | * | [ticket/11202] Check response success before content assertions. | Oleg Pudeyev | 2012-11-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | This does not change tests that perform requests which are either clearly not supposed to succeed or are a gray area. PHPBB3-11202 | ||||
| * | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2012-09-01 | 1 | -0/+102 |
| |\ \ | |/ | | | | | | | | | | | * 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) | ||||
| | * | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST | David King | 2012-09-01 | 1 | -9/+1 |
| | | | | | | | | | PHPBB3-10758 | ||||
| | * | [task/functional] Added posting tests (reply and new topic) | David King | 2012-09-01 | 1 | -0/+110 |
| | | | | | | | | | PHPBB-10758 | ||||
| * | | [ticket/10992] Changed octetstream to octet-stream | Fyorl | 2012-07-16 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10992 | ||||
| * | | [ticket/10992] test_empty_file() now tries to upload the correct file | Fyorl | 2012-07-16 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10992 | ||||
| * | | [ticket/10992] Modified upload tests to work with new version | Fyorl | 2012-07-16 | 1 | -17/+24 |
| | | | | | | | | | PHPBB3-10992 | ||||
| * | | [ticket/10941] Fixed form test test_too_large | Fyorl | 2012-07-09 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-10941 | ||||
| * | | [ticket/10941] Replaced use of English with language system | Fyorl | 2012-07-09 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-10941 | ||||
| * | | [ticket/10941] Renamed classes and filenames so that tests run | Fyorl | 2012-07-09 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | Also fixed some minor issues that weren't flagged before because the tests were being ignored. PHPBB3-10941 | ||||
| * | | [ticket/10941] Moved comment into markTestIncomplete parameter | Fyorl | 2012-07-09 | 1 | -3/+1 |
| | | | | | | | | | PHPBB3-10941 | ||||
| * | | [ticket/10941] Removed manual includes of mock classes | Fyorl | 2012-07-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | Also marked a test as incomplete even though this appears to be ignored when actually running the tests. PHPBB3-10941 | ||||
| * | | [ticket/10941] Rearranged tests into their own classes or methods | Fyorl | 2012-07-09 | 3 | -97/+133 |
| | | | | | | | | | PHPBB3-10941 | ||||
| * | | [ticket/10941] Removed the incomplete mark as is_image is fixed | Fyorl | 2012-07-09 | 1 | -11/+6 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | | [ticket/10941] Minor typo fixes | Fyorl | 2012-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | Removed superfluous $user = null; that was left over from refactoring. PHPBB3-10941 | ||||
| * | | [ticket/10941] Now actually checks for the value of errors. | Fyorl | 2012-07-09 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | | [ticket/10941] Added a comment explaining the incomplete test | Fyorl | 2012-07-09 | 1 | -0/+6 |
| | | | | | | | | | PHPBB3-10941 | ||||
| * | | [ticket/10941] Minor adjustments as per PR comments | Fyorl | 2012-07-09 | 1 | -0/+8 |
| | | | | | | | | | | | | | Added some comments clarifying globals and lowercased fixture filenames PHPBB3-10941 | ||||
| * | | [ticket/10941] Marked broken test as incomplete | Fyorl | 2012-07-09 | 1 | -0/+1 |
| | | | | | | | | | PHPBB3-10941 | ||||
| * | | [ticket/10941] Added functional tests for the fileupload class | Fyorl | 2012-07-09 | 5 | -0/+86 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Merge pull request #796 from imkingdavid/ticket/10837 | Nils Adermann | 2012-06-11 | 1 | -9/+0 |
| |\ \ | | | | | | | [ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php | ||||
| | * | | [ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php | David King | 2012-05-07 | 1 | -9/+0 |
| | | | | | | | | | | | | | PHPBB3-10837 | ||||
| * | | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2012-05-22 | 3 | -0/+91 |
| |\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | [task/functional] Make sure missing language values are handled properly | David King | 2012-04-24 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-10758 | ||||
| | * | [task/functional] Increase code coverage for functional tests | David King | 2012-04-23 | 3 | -0/+83 |
| | | | | | | | | | PHPBB3-10758 | ||||
| | * | [ticket/10492] Fix line endings | Patrick Webster | 2012-04-21 | 1 | -26/+26 |
| | | | | | | | | | PHPBB3-10492 | ||||
| | * | [ticket/10492] Backporting functional tests | Patrick Webster | 2012-04-21 | 1 | -0/+26 |
| | | | | | PHPBB3-10492 | ||||
| * | [ticket/10586] Removed incorrect method call | David King | 2012-03-28 | 5 | -11/+1 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Moved some loading stuff below extension controller, updated ↵ | David King | 2012-03-28 | 4 | -16/+12 |
| | | | | | | | tests PHPBB3-10586 | ||||
| * | [ticket/10586] Added space in if statement | David King | 2012-03-28 | 1 | -1/+1 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Tests finally work (thanks naderman) | David King | 2012-03-19 | 1 | -13/+12 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Correctly purge board cache and don't rename install directory | Nils Adermann | 2012-03-19 | 3 | -17/+6 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] trying to get tests to work | David King | 2012-03-19 | 1 | -12/+16 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] more work on getting tests to pass | David King | 2012-03-19 | 1 | -11/+5 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Tests are coming along, just a little more to go | David King | 2012-03-19 | 5 | -32/+28 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Rename install directory back to install/ after tests | David King | 2012-03-19 | 1 | -0/+11 |
| | | | | | PHPBB3-10586 | ||||
