tests: Commit initial version of DevelopmentSettings.php
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 8 Oct 2017 20:17:35 +0000 (21:17 +0100)
committerKrinkle <krinklemail@gmail.com>
Wed, 27 Dec 2017 22:13:24 +0000 (22:13 +0000)
commitfdb7d369035d0826113f9d8b6c3e99a9bba073be
tree3686cc3e21cede071e824957bcf252dfa683d15a
parentea8961d7ee57c68f57f5df27876bb04a96f5ff84
tests: Commit initial version of DevelopmentSettings.php

* Store in the includes/ directory.
* Use by default in Travis CI builds.
* Add command-line option to phpunit.php to use it.
* See commit ## for use by Jenkins jobs, which will load it directly
  from LocalSettings.php (instead of via phpunit) so that it applies
  to web entry points and other maintenance scripts as well.

Bug: T177669
Change-Id: I6e5dc5f0dddc1960761980552ed2bb31e6ae9fd9
.travis.yml
includes/DevelopmentSettings.php [new file with mode: 0644]
maintenance/Maintenance.php
tests/phpunit/phpunit.php