1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/11700] Fix class loader tests for namespaces

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-10 15:12:43 +02:00
parent 97012dd851
commit 76dfe153fc
6 changed files with 28 additions and 32 deletions

View File

@@ -1,6 +1,8 @@
<?php
class phpbb_class_name
namespace phpbb;
class class_name
{
}