8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
...
PHPBB3-16549
2020-10-18 10:36:42 +07:00
fb62d22013
[ticket/16549] Add void return type of template methods
...
PHPBB3-16549
2020-10-18 10:36:39 +07:00
58ea656fd8
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
...
PHPBB3-16549
2020-10-18 10:36:39 +07:00
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
6e6195c303
[ticket/14972] Avoid using self as constant in tests
...
PHPBB3-14972
2018-01-01 13:56:03 +01:00
cf1fc20297
[ticket/14394] Only purge cache in functional tests if necessary
...
PHPBB3-14394
2016-01-07 10:46:43 +01:00
56959a2f83
[ticket/11467] Add language variables to tests
...
Convert the hardcoded strings to language variables.
PHPBB3-11467
2014-05-29 01:07:44 +03:00
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
9d2381cf3d
[ticket/12284] Fix functional test for extension manager changes
...
PHPBB3-12284
2014-03-17 13:23:42 -07:00
057d860d07
[ticket/11696] Rename db_tools.php so it can be autoloaded
...
PHPBB3-11696
2013-07-14 10:10:05 -04:00
68d15f0f14
[ticket/11550] Move comments to correct function
...
PHPBB3-11550
2013-06-11 11:14:24 +02:00
a61ab1e5e4
[ticket/11550] Use new functionality from the test case helpers
...
Instead of duplicating the extension copy code, it is now in the helpers.
So we remove the code from existing tests.
PHPBB3-11550
2013-06-08 17:07:35 +02:00
8c4670eeb1
Merge branch 'ticket/11568' into ticket/11568-develop
...
* 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
2013-05-31 16:45:06 +02:00
f1523944a0
[ticket/develop/11568] Remove unneccessary calls to assert_response_success()
...
PHPBB3-11568
2013-05-28 14:58:40 +02:00
467c4d62c4
[ticket/develop/11568] Do not directly access $client from tests
...
PHPBB3-11568
2013-05-28 14:55:04 +02:00
54680b9709
[ticket/11450] Limit scopes of filters and add better docs
...
PHPBB3-11450
2013-05-08 08:47:28 +02:00
4c9c1d8c02
[ticket/11450] Use helpers to copy/remove files
...
PHPBB3-11450
2013-05-08 08:47:27 +02:00
0de153d903
[ticket/11450] Add test for unexisting composer.json
...
PHPBB3-11450
2013-05-08 08:47:23 +02:00
269c2ce98d
[ticket/11450] Test the extensions details page in ACP Customise Tab
...
PHPBB3-11450
2013-05-08 08:47:22 +02:00