[00:41:24] legoktm: When you do close it, be sure to reply to https://phabricator.wikimedia.org/T5507#78080 ;) [00:51:03] oh mannnn, finally [00:51:09] i got the unit tests to run in phpstorm [00:51:33] i just wanted to check out phpstorm and got annoyed by the fact that it couldn't run mediawiki's phpunit tests [00:51:45] arghhhh [00:52:32] phpunit includes files (including any file you may specify as a bootstrap file) from function scope [00:52:50] so things like DefaultSettings.php which assume they're in file scope really aren't [00:53:27] i tried to work around it with various forms of hackery: reading from get_defined_vars() and setting in $GLOBALS, etc [00:53:59] you also can't persuade phpstorm to use anything other than phpunit's main entrypoint [00:54:49] but it _does_ allow you to pass additional cli args to the php interpreter [00:55:00] so adding '-dauto_prepend_file=/Users/ori/www/w/tests/phpunit/bootstrap.php' works [16:44:34] ori: where did you copy the project-logos from? labswiki.png is missing [16:50:33] nm. I figured it out. -- https://wikitech.wikimedia.org/w/images/thumb/6/60/Wikimedia_labs_logo.svg/120px-Wikimedia_labs_logo.svg.png [19:27:24] AaronSchulz: ping [22:20:21] is core's maintenance/hiphop/ still needed? [22:30:30] legoktm: looks pretty ancient to me. That VirtualHost syntax has been gone for a long time AFAIK [22:32:46] looks like it might still work (sort of) but see