Arbit - project tracking

PHP Depend

Browse source code

File: / tests/ PHP/ Depend/ _code/ bugs/ 106/ testAllocatedInternalClassWithLeadingBackslashNotAppearsInSummaryLogFile.php

Type
text/plain text/plain
Last Author
mapi
Version
1039
Line Rev. Author Source
1 1039 mapi <?php
2 mapi /**
3 mapi * @package foo
4 mapi */
5 mapi class testAllocatedInternalClassWithLeadingBackslashNotAppearsInSummaryLogFile
6 mapi {
7 mapi public function testAllocatedInternalClassWithLeadingBackslashNotAppearsInSummaryLogFile()
8 mapi {
9 mapi throw new \RuntimeException();
10 mapi }
11 mapi }