Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -3/+3 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14972] Avoid using self as constant in tests | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12017] Copy config/ dir so events work | Joas Schilling | 2013-11-14 | 1 | -1/+2 |
| | | | | PHPBB3-12017 | ||||
* | [ticket/11582] Correctly add all required fixtures | Joas Schilling | 2013-07-17 | 1 | -0/+1 |
| | | | | PHPBB3-11582 | ||||
* | [ticket/11582] Test the event and and fix it. | Joas Schilling | 2013-07-14 | 1 | -1/+1 |
| | | | | PHPBB3-11582 | ||||
* | [ticket/11550] Move comments to correct function | Joas Schilling | 2013-06-11 | 1 | -8/+0 |
| | | | | PHPBB3-11550 | ||||
* | [ticket/11550] Use new functionality from the test case helpers | Joas Schilling | 2013-06-08 | 1 | -35/+4 |
| | | | | | | | Instead of duplicating the extension copy code, it is now in the helpers. So we remove the code from existing tests. PHPBB3-11550 | ||||
* | [ticket/11550] Fix copying the fixtures in extension_permission_lang_test.php | Joas Schilling | 2013-06-08 | 1 | -1/+4 |
| | | | | PHPBB3-11550 | ||||
* | Merge branch 'ticket/11568' into ticket/11568-develop | Joas Schilling | 2013-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | * ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods Conflicts: tests/test_framework/phpbb_functional_test_case.php | ||||
* | [ticket/develop/11568] Remove unneccessary calls to assert_response_success() | Joas Schilling | 2013-05-28 | 1 | -2/+0 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Do not directly access $client from tests | Joas Schilling | 2013-05-28 | 1 | -1/+1 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/11458] Update functional test | OpenShift guest | 2013-05-11 | 1 | -0/+5 |
| | | | | | | Show that the phpbb permission lanuage file is being included PHPBB3-11458 | ||||
* | [ticket/11458] Use helper to create/move/delete directories/files | OpenShift guest | 2013-05-09 | 1 | -24/+27 |
| | | | | PHPBB3-11458 | ||||
* | [ticket/11458] Fix functional test again | OpenShift guest | 2013-04-14 | 1 | -20/+64 |
| | | | | | | | Add 'u_foo' to phpbb_acl_options Make sure extension and fixtures are added before running test PHPBB3-11458 | ||||
* | [ticket/11458] Fix test | OpenShift guest | 2013-04-13 | 1 | -1/+8 |
| | | | | PHPBB-11458 | ||||
* | [ticket/11458] Add functional test | OpenShift guest | 2013-04-13 | 1 | -0/+59 |
Since there is no test method to include extension language files, a functional test seems more appropriate. We add a permission mask 'acl_u_foo' with translation found in extenion 'bar' and confirm that the permission language file 'permissions_foo.php' from 'bar' was added by asserting that 'Can view foo' exists when viewing user permissions in acp PHPBB3-11458 |