mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16752] Add deprecation notices and fix tests
PHPBB3-16752
This commit is contained in:
parent
1ecc2e042b
commit
70337e99fa
3 changed files with 4 additions and 2 deletions
|
@ -246,7 +246,8 @@ class md_exporter
|
|||
* Format the md events as a wiki table
|
||||
*
|
||||
* @param string $action
|
||||
* @return string Number of events found
|
||||
* @return string Number of events found * @deprecated since 3.2
|
||||
* @deprecated 3.3.5-RC1 (To be removed: 4.0.0-a1)
|
||||
*/
|
||||
public function export_events_for_wiki($action = '')
|
||||
{
|
||||
|
|
|
@ -161,6 +161,7 @@ class php_exporter
|
|||
*
|
||||
* @param string $action
|
||||
* @return string
|
||||
* @deprecated 3.3.5-RC1 (To be removed: 4.0.0-a1)
|
||||
*/
|
||||
public function export_events_for_wiki($action = '')
|
||||
{
|
||||
|
|
|
@ -57,7 +57,7 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
|
|||
'file' => 'extra_description.test',
|
||||
'arguments' => array(),
|
||||
'since' => '3.1.0-b2',
|
||||
'description' => 'Description<br/><br/>NOTE: This will also be exported',
|
||||
'description' => 'Description<br><br>NOTE: This will also be exported',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue