Test case for "class" keyword
Test case for http://www.doctrine-project.org/jira/browse/DDC-3493
This commit is contained in:
parent
55a75bfb1b
commit
41dd584f62
@ -1032,6 +1032,16 @@ Foo\Bar
|
|||||||
class
|
class
|
||||||
/* Comment */
|
/* Comment */
|
||||||
Baz {}
|
Baz {}
|
||||||
|
',
|
||||||
|
array('Foo\Bar\Baz'),
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'
|
||||||
|
<?php namespace Foo\Bar; class Baz {
|
||||||
|
public static function someMethod(){
|
||||||
|
return self::class;
|
||||||
|
}
|
||||||
|
}
|
||||||
',
|
',
|
||||||
array('Foo\Bar\Baz'),
|
array('Foo\Bar\Baz'),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user