mediawiki-extensions-Scribunto/tests/phpunit/engines
Kunal Mehta ec7b1b05cf Fix Scribunto_LuaStandaloneInterpreterTest::testGetStatus on 7.1+
The extraneous whitespace in the return value from wfShellExec() causes
multiplying $size to trigger the newly introduced "A non well formed
numeric value encountered" warning in PHP 7.1+.

Work around that by using trim() to get rid of the whitespace.

Bug: T186299
Change-Id: I3d47ef6cc7fb99b4d4840dc847d150c3939ee535
2018-02-01 21:08:32 -08:00
..
LuaCommon Improve some parameter docs 2018-01-11 21:27:53 +01:00
LuaSandbox Treat phpdbg as being run from the command-line 2018-01-10 19:47:19 +05:30
LuaStandalone Fix Scribunto_LuaStandaloneInterpreterTest::testGetStatus on 7.1+ 2018-02-01 21:08:32 -08:00