Marc Alexander
8bdda472bf
[ticket/9687] Fix tests
...
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Marc Alexander
b46e242013
Merge branch 'ticket/15392' into ticket/15392-master
2021-03-04 17:04:17 +01:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
rxu
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
...
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rubencm
774c609c4a
[ticket/16345] Small improvements
...
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
2bf92024c7
Merge branch '3.3.x'
2020-05-31 12:05:05 +02:00
rxu
5afda415d1
[ticket/16435] Fix test_session_gc() test
...
PHPBB3-16435
2020-05-27 16:06:19 +07:00
Marc Alexander
7934d3bd56
Merge branch '3.3.x'
2019-12-15 20:26:06 +01:00
rxu
7ea063100e
[ticket/15294] Minor code adjusting
...
PHPBB3-15294
2019-11-05 22:53:11 +07:00
rxu
56bff6380e
[ticket/15294] Add session_gc() tests
...
PHPBB3-15294
2019-11-05 02:04:30 +07:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2019-05-08 21:57:00 +02:00
Marc Alexander
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-01-02 20:19:56 +01:00
Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
rxu
e3859d894d
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2017-07-17 16:56:55 +07:00
Matt Friedman
14e8113fcf
[ticket/14576] Move common required files to bootstrap
...
PHPBB3-14576
2016-03-31 11:06:47 -07:00
MateBartus
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
2015-04-16 13:24:10 +02:00
Andreas Fischer
21c8985fe8
[ticket/13338] Add include statements for dependencies.
...
PHPBB3-13338
2014-11-17 21:54:02 +01:00
Joas Schilling
dec6c7ea8c
[ticket/13138] Type hint the variables for IDE usage
...
PHPBB3-13138
2014-10-17 14:53:56 +02:00
Joas Schilling
b7e1959d56
[ticket/12099] Remove config again
...
PHPBB3-12099
2014-06-29 20:54:41 +02:00
Pico88
f383d4221c
[ticket/12099] Add request argument to path_helper service
...
PHPBB3-12099
2014-06-29 20:54:38 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Nathan Guse
870c293bab
[ticket/11850] Fix tests
...
PHPBB3-11850
2013-09-30 20:04:32 -05:00
Nathan Guse
85ae55ca2d
[ticket/11850] Update for namespaces
...
PHPBB3-11850
2013-09-30 18:31:26 -05:00
Nathan Guse
9c535da528
[ticket/11850] page_name contains controller request rather than query string
...
Fixing tests
PHPBB3-11850
2013-09-17 22:00:06 -05:00
Andy Chase
2fe2724e68
[ticket/11620] Whitespace and combine function into test_case
...
PHPBB3-11620
2013-07-22 17:39:45 -07:00
asperous
62d7a05700
[ticket/11620] Abstracted session setUp into a test_case class
...
When defining a database test case with a setUp function, it is important
to call the parent's setup function, because that is when the database is setup.
PHPBB3-11620
2013-07-22 10:53:52 -07:00