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
@ -1035,6 +1035,16 @@ class
|
|||||||
',
|
',
|
||||||
array('Foo\Bar\Baz'),
|
array('Foo\Bar\Baz'),
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'
|
||||||
|
<?php namespace Foo\Bar; class Baz {
|
||||||
|
public static function someMethod(){
|
||||||
|
return self::class;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
',
|
||||||
|
array('Foo\Bar\Baz'),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user