MediaWikiUnitTestCase: Use DIRECTORY_SEPARATOR instead of `/`
authorRazeSoldier <razesoldier@outlook.com>
Wed, 17 Jul 2019 17:52:18 +0000 (01:52 +0800)
committerJforrester <jforrester@wikimedia.org>
Fri, 19 Jul 2019 19:45:30 +0000 (19:45 +0000)
commitd94906eaa20ccb0d36277d1172dba8f512c6497f
tree812540d1b38bd97d4d0f0f2cf4849d81ae04ade7
parent5c771bda882791647922d00d39bf95b60bdad9ae
MediaWikiUnitTestCase: Use DIRECTORY_SEPARATOR instead of `/`

`strpos( $reflection->getFilename(), '/unit/' )` will always
return FALSE under Windows

Change-Id: Ib13d32858e238b9a18094f829939f6bba08366ab
tests/phpunit/MediaWikiUnitTestCase.php