wiki.techinc.nl/tests/phpunit/suites
Kunal Mehta 1d7221d066 Autodiscover extension unittests
Instead of requiring every extension that wants to add unit tests to
copy the exact same boilerplate over and over, let's just automatically
discover them. We now have an extension registry, so we know exactly
which extensions are loaded (this won't work for extensions not being
loaded through extension.json).

For each extension, we check to see if the directory "tests/phpunit/"
exists, and if it does, add those unit tests. If there is a
`UnitTestsList` subscriber already set, PHPUnit will automatically
de-duplicate test cases so we won't be running anything twice.

Change-Id: I6ec654ef2d8ee3630b121b1277b4ee21ba0b6cd4
2016-08-04 09:49:43 -07:00
..
ExtensionsParserTestSuite.php PHPUnit now recognizes extension parser tests 2013-06-17 15:21:31 +00:00
ExtensionsTestSuite.php Autodiscover extension unittests 2016-08-04 09:49:43 -07:00
LessTestSuite.php Add a LESS test suite 2014-03-31 23:02:53 -04:00
UploadFromUrlTestSuite.php Fix numerous class/function casing 2016-03-18 23:14:49 +00:00