diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 00:07:48 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 00:07:48 -0500 |
| commit | 3f2e3ad633930744e1ed92cc529ca473ccfa09e0 (patch) | |
| tree | dd66211547856d3e484aa52fefbb2f6352ee9205 /tests/notification/fixtures | |
| parent | ceb56da965f12245bca6b735cb71f3bbaf505307 (diff) | |
| download | forums-3f2e3ad633930744e1ed92cc529ca473ccfa09e0.tar forums-3f2e3ad633930744e1ed92cc529ca473ccfa09e0.tar.gz forums-3f2e3ad633930744e1ed92cc529ca473ccfa09e0.tar.bz2 forums-3f2e3ad633930744e1ed92cc529ca473ccfa09e0.tar.xz forums-3f2e3ad633930744e1ed92cc529ca473ccfa09e0.zip | |
[ticket/11103] Working on test case
Fixing extension type/method naming scheme so they can be autoloaded.
Other bugs
PHPBB3-11103
Diffstat (limited to 'tests/notification/fixtures')
| -rw-r--r-- | tests/notification/fixtures/notification.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/notification/fixtures/notification.xml b/tests/notification/fixtures/notification.xml new file mode 100644 index 0000000000..38e5f811dd --- /dev/null +++ b/tests/notification/fixtures/notification.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<dataset> + <table name="phpbb_notifications"> + </table> +</dataset> |
