mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15637] Updated test fixture to include complete event description
PHPBB3-15637
This commit is contained in:
parent
83a8280554
commit
517c601482
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* Description
|
* Description
|
||||||
*
|
*
|
||||||
* NOTE: This will not be exported
|
* NOTE: This will also be exported
|
||||||
*
|
*
|
||||||
* @event extra_description.dispatch
|
* @event extra_description.dispatch
|
||||||
* @since 3.1.0-b2
|
* @since 3.1.0-b2
|
||||||
|
|
|
@ -57,7 +57,7 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
|
||||||
'file' => 'extra_description.test',
|
'file' => 'extra_description.test',
|
||||||
'arguments' => array(),
|
'arguments' => array(),
|
||||||
'since' => '3.1.0-b2',
|
'since' => '3.1.0-b2',
|
||||||
'description' => 'Description',
|
'description' => 'Description NOTE: This will also be exported',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue