diff options
| author | Nils Adermann <naderman@naderman.de> | 2011-06-09 05:13:26 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2011-09-29 15:42:33 +0200 |
| commit | 14f1e581faa3b66e7689c55c1e9c0485c0872b1e (patch) | |
| tree | 437880dd3c80e47a6205beadb005c7ce27a1a960 /tests/extension/ext/foo/b_class.php | |
| parent | 8377418466f861f6b3291ae92a71821f0a0be2d6 (diff) | |
| download | forums-14f1e581faa3b66e7689c55c1e9c0485c0872b1e.tar forums-14f1e581faa3b66e7689c55c1e9c0485c0872b1e.tar.gz forums-14f1e581faa3b66e7689c55c1e9c0485c0872b1e.tar.bz2 forums-14f1e581faa3b66e7689c55c1e9c0485c0872b1e.tar.xz forums-14f1e581faa3b66e7689c55c1e9c0485c0872b1e.zip | |
[feature/extension-manager] Extension Manager & Finder
Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499
Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323
PHPBB3-10323
Diffstat (limited to 'tests/extension/ext/foo/b_class.php')
| -rw-r--r-- | tests/extension/ext/foo/b_class.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extension/ext/foo/b_class.php b/tests/extension/ext/foo/b_class.php new file mode 100644 index 0000000000..04644a9d9d --- /dev/null +++ b/tests/extension/ext/foo/b_class.php @@ -0,0 +1,5 @@ +<?php + +class phpbb_ext_foo_b_class +{ +}
\ No newline at end of file |
