1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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_dir2
namespace phpbb;
class dir2
{
}