Remove the \ before the class name.
authorPlatonides <platonides@gmail.com>
Fri, 7 Dec 2012 18:48:57 +0000 (19:48 +0100)
committerPlatonides <platonides@gmail.com>
Mon, 10 Dec 2012 23:08:41 +0000 (00:08 +0100)
commit3118c450e4e83e68e603a88595d3bd625f0bbe87
treeb6ed782c7cecde246764eccdc8c9e8778bbf3365
parent51d13453fb645061c26a4141db1d0f3f68482ffb
Remove the \ before the class name.

Then 'stdclass' is preceded by T_NEW and taken as a class name.
Else it was misinterpreted as a function call.

Change-Id: Ib6afccb26e530a24bf7414ede10f573a9934d2ed
tests/phpunit/includes/libs/GenericArrayObjectTest.php