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
1 changed files with 10 additions and 0 deletions
|
@ -1035,6 +1035,16 @@ class
|
|||
',
|
||||
array('Foo\Bar\Baz'),
|
||||
),
|
||||
array(
|
||||
'
|
||||
<?php namespace Foo\Bar; class Baz {
|
||||
public static function someMethod(){
|
||||
return self::class;
|
||||
}
|
||||
}
|
||||
',
|
||||
array('Foo\Bar\Baz'),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue