Reorganize testsuites
authorKosta Harlan <kharlan@wikimedia.org>
Fri, 5 Jul 2019 15:33:08 +0000 (11:33 -0400)
committerKosta Harlan <kharlan@wikimedia.org>
Mon, 8 Jul 2019 01:26:34 +0000 (21:26 -0400)
commitfb3d83362cf25f664ecc96a61ea048901dd087f9
tree25736ef658c4e84ac67b1a87d6f29e6599c51f2c
parente080ce68c6618670ac1d00c2774e61668d8ef1db
Reorganize testsuites

The idea is that `vendor/bin/phpunit` could run all of the tests contained in
core + extensions + skins with no overlap, but that we can also provide
granularity for CI which wants to run some testsuites (e.g. core:unit and
core:integration) before extensions/skins, as well as running unit before
integration tests.

Bug: T87781
Change-Id: I2fb57f4a9a58ec7a4042d9cc1821cc484661a6b9
composer.json
phpunit.xml.dist