moodle/lib/phpunit/classes
David Mudrák 3bca7dbfa6 MDL-49329 admin: Get rid of mdeploy and \core\update\deployer class
The mdeploy.php standalone script (used to download and unzip plugins
into the dirroot) and the \core\update\deployer class (as a
communication bridge between the core and the mdeploy.php) was
originally designed and implemented with the assumption that it would be
eventually used for updating the Moodle core itself, too. Therefore it
was written as standalone utility without dependency on the Moodle core
libraries.

However, it never happened and there is no real demand for that. So now
there is no need to have and maintain a completely parallel solution for
common things like fetching and unzipping plugin ZIPs.

Additional reasoning for mdeploy.php was that the core is not very
reliable during the core upgrade and we could run into various troubles.
This does not seem to be that bad. We rely on a lot of core
functionality (such as output rendering, DB access etc) and plugins
deployment seems to work well (and better) with common core libraries.

So long mdeploy, and thanks for all the hard work you did for us.
2015-10-08 23:32:04 +02:00
..
advanced_testcase.php MDL-51266 unittest: replaced low level phpunit_util calls 2015-09-23 15:42:48 +08:00
arraydataset.php
autoloader.php MDL-44510 fix class guessing in phpunit 4 2014-03-26 11:32:33 +08:00
base_testcase.php MDL-50926 phpunit: Upgrade to phpunit 4.x 2015-08-11 02:35:11 +02:00
basic_testcase.php MDL-50926 phpunit: Advanced testcase should extend base_testcase 2015-08-11 02:37:28 +02:00
constraint_object_is_equal_with_exceptions.php MDL-47449 phpunit: Add comparitor for isEqual with exceptions 2015-08-14 10:53:19 +08:00
database_driver_testcase.php MDL-51266 unittest: replaced low level phpunit_util calls 2015-09-23 15:42:48 +08:00
event_mock.php MDL-43736 Events: Updated unit test to test context not used in event 2014-01-29 11:39:50 +08:00
event_sink.php MDL-39846 improve role assignment tests 2013-07-19 08:43:29 +02:00
hint_resultprinter.php MDL-50926 phpunit: Upgrade to phpunit 4.x 2015-08-11 02:35:11 +02:00
message_sink.php MDL-36031 implement message redirection for unit testing 2012-10-13 20:00:54 +02:00
phpmailer_sink.php MDL-41196 Unit Tests: Add a phpmailer message sink 2013-08-15 13:58:51 +01:00
unittestcase.php
util.php MDL-49329 admin: Get rid of mdeploy and \core\update\deployer class 2015-10-08 23:32:04 +02:00