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
19b12bf6ee
[ticket/16649] Upgrade to Symfony 5
...
PHPBB3-16649
2021-02-19 21:10:54 +07:00
rxu
6785db282e
[ticket/16549] Remove exception expectation annotations
...
PHPBB3-16549
2020-10-18 10:38:32 +07:00
rxu
d7cb104fc1
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
...
PHPBB3-16549
2020-10-18 10:38:31 +07:00
rxu
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
...
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
632bcdd2da
[ticket/16549] Remove exception expectation annotations
...
PHPBB3-16549
2020-10-18 10:36:40 +07:00
rxu
58ea656fd8
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
...
PHPBB3-16549
2020-10-18 10:36:39 +07:00
rubencm
490ddbc2cd
[ticket/16346] Fix method arguments
...
PHPBB3-16346
2020-08-14 18:42:50 +00:00
rubencm
774c609c4a
[ticket/16345] Small improvements
...
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Matt Friedman
90f8498a44
[ticket/15369] Fix php_exporter tests
...
PHPBB3-15369
2019-05-10 21:02:54 +02: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
Tristan Darricau
6c53a68ee1
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15637] Remove trailing space from description
[ticket/15637] Preserve line breaks in event descriptions
[ticket/15637] Updated test fixture to include complete event description
[ticket/15637] Remove trailing space from description
[ticket/15637] Fixed removing white-spaces from description line
[ticket/15637] Extract all lines before the first @tag
[ticket/15637] Extract multi-line PHP event descriptions
2018-07-08 18:14:20 +02:00
kasimi
245f4df47c
[ticket/15637] Preserve line breaks in event descriptions
...
PHPBB3-15637
2018-07-07 21:25:43 +02:00
kasimi
517c601482
[ticket/15637] Updated test fixture to include complete event description
...
PHPBB3-15637
2018-07-07 20:13:49 +02:00
Matt Friedman
a2e603c058
[ticket/15369] Fix php_exporter tests
...
PHPBB3-15369
2018-01-06 11:01:40 -08:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Marc Alexander
14cb1b9cfc
Merge branch '3.2.x'
2017-11-01 12:19:46 +01:00
Oliver Schramm
6c04a6715c
[ticket/15389] Match multiple events in dispatcher in php_exporter
...
I've also improved some regular expressions
PHPBB3-15389
2017-10-04 20:12:34 +02:00
rxu
797234e416
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-07-17 16:57:00 +07:00
rxu
e3859d894d
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2017-07-17 16:56:55 +07:00
Marc Alexander
f27cdad73e
Merge branch '3.1.x' into 3.2.x
2017-02-11 21:48:20 +01:00
Jakub Senko
779758f219
[ticket/13429] Replace @change with @changed
...
PHPBB3-13429
2017-01-23 13:33:15 +01:00
Jakub Senko
c2836725f9
[ticket/13429] Replace @changed with @change in event docblocks
...
PHPBB3-13429
2016-11-20 17:58:59 +01:00
Matt Friedman
14e8113fcf
[ticket/14576] Move common required files to bootstrap
...
PHPBB3-14576
2016-03-31 11:06:47 -07:00
Mate Bartus
8f5a0ad6f7
[ticket/14039] Revamp updater
...
PHPBB3-14039
2015-10-17 23:05:57 +02:00
Marc Alexander
c56e2fa2bf
[ticket/13872] Remove subsilver2 from md exporter test
...
PHPBB3-13872
2015-05-28 15:52:18 +02:00
Marc Alexander
615761fdf1
Merge branch '3.1.x'
2015-05-28 14:16:11 +02:00
Joas Schilling
b00b504343
[ticket/13872] Allow template events to have a changed version
...
PHPBB3-13872
2015-05-28 12:23:24 +02:00
MateBartus
179a470022
[ticket/13762] Moving language related functionality into a separate class
...
PHPBB3-13762
2015-05-02 13:37:12 +02:00
Nils Adermann
f9f43141a9
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13361] Rename exception to runtime_exception
[ticket/13361] Fix the JsonResponse in the exception listener
[ticket/13361] Add tests
[ticket/13361] Support ajax request (send a json response)
[ticket/13361] Improve the exception listener
2015-01-22 16:17:26 +01:00
Tristan Darricau
7fef91afd2
[ticket/13361] Rename exception to runtime_exception
...
PHPBB3-13361
2015-01-21 08:41:02 +01:00
Tristan Darricau
1f4bb2c149
[ticket/13361] Add tests
...
PHPBB3-13361
2015-01-11 11:28:45 +01:00
Joas Schilling
7de0e17711
Merge branch 'develop-ascraeus' into develop
2014-10-15 18:31:55 +02:00
Marc Alexander
a9ed32663a
[ticket/13124] Add another test case as requested
...
PHPBB3-13124
2014-10-09 13:30:10 -04:00
Marc Alexander
7bcf6a621f
[ticket/13124] Fix tests for event exporter
...
PHPBB3-13124
2014-10-06 16:53:41 +02:00
Joas Schilling
59780bbd09
[ticket/12958] Remove more references of subsilver2
...
PHPBB3-12958
2014-08-10 12:17:03 +02:00
PayBas
1b0b4cd5e2
[ticket/12766] Event exporter does not like RCx as version
...
PHPBB3-12766
2014-06-25 13:35:57 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Joas Schilling
48278f122c
[ticket/12273] Do not allow 3.1-A1 version
...
PHPBB3-12273
2014-04-25 12:31:57 +02:00
Joas Schilling
01e2d7c26c
[ticket/12273] Fix unit tests for multi line arrays
...
PHPBB3-12273
2014-04-25 11:46:24 +02:00
Joas Schilling
8599554443
[ticket/12273] Fix unit test for multi line $vars
...
PHPBB3-12273
2014-04-24 17:14:45 +02:00
Joas Schilling
a2c3b2534a
[ticket/12273] Fix method name of test and fix undefined index
...
PHPBB3-12273
2014-04-24 16:51:41 +02:00
Joas Schilling
5889255529
[ticket/12273] Test source files and compare with events.md
...
PHPBB3-12273
2014-04-24 16:51:40 +02:00
Joas Schilling
08cce5fba5
[ticket/12273] Remove duplicated code
...
PHPBB3-12273
2014-04-20 14:58:24 +02:00
Joas Schilling
b83a555da5
[ticket/12273] Move phpBB test to new file and use a data provider
...
PHPBB3-12273
2014-04-20 14:28:09 +02:00
Joas Schilling
8ddc9ff185
[ticket/12273] Allow multiple $vars lines
...
PHPBB3-12273
2014-04-20 14:15:54 +02:00
Joas Schilling
17a1ed6fb5
[ticket/12273] Move MD Exporter to separate file
...
PHPBB3-12273
2014-04-18 12:57:30 +02:00