Test case for "class" keyword
Test case for http://www.doctrine-project.org/jira/browse/DDC-3493
This commit is contained in:
parent
b11ae45a2f
commit
ddf3125afe
@ -552,6 +552,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