1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 12:22:58 +02:00

[ticket/12273] Add a basic set of tests for the exporter

PHPBB3-12273
This commit is contained in:
Joas Schilling
2014-04-17 15:00:14 +02:00
parent 0da5e3bee9
commit 22de4a5927
5 changed files with 794 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
/**
* Description
*
* @event default.dispatch
* @since 3.1.0-b2
*/
$phpbb_dispatcher->dispatch('default.dispatch');

View File

@@ -0,0 +1,11 @@
<?php
/**
* Description
*
* NOTE: This will not be exported
*
* @event extra_description.dispatch
* @since 3.1.0-b2
*/
$phpbb_dispatcher->dispatch('extra_description.dispatch');

View File

@@ -0,0 +1,9 @@
<?php
/**
* Description
*
* @event legacy_alpha1_version.dispatch
* @since 3.1-A1
*/
$phpbb_dispatcher->dispatch('legacy_alpha1_version.dispatch');