wiki.techinc.nl/tests/phpunit/structure
Timo Tijhof ddb7575e4e rdbms: Refactor DatabaseTest
* Move DatabaseTest and DatabaseSQLTest to libs,
  and remove MediaWikiTestCase dependency.

* Refactor DatabaseTest to be a test of the Database abstract class,
  not of whatever current DB backend is configured by LocalSettings.

  - Remove most switches/conditionals and other tests for specific
    database backends. Move those to individual test classes for
    those backends instead.
  - Some tests appear to have been integration tests for the PHP driver
    and/or the db backend itself. Moved to a new DatabaseIntegrationTest.
  - Now that only the abstract Database is invoked, the test runs a bit
    faster (no real connections/queries).

* Add missing @covers tags, and remove or fix broken ones
  (follows-up 26e52f0c49).

Change-Id: I9dc4a558e701d00e95789e7eb8e02926783b65ad
2017-07-20 18:23:37 -07:00
..
ApiDocumentationTest.php API: Split description messages into summary + additional text 2017-06-15 13:46:55 -04:00
AutoLoaderTest.php AutoloadGenerator: Add support for class_alias() 2017-02-22 21:22:41 +00:00
AvailableRightsTest.php
ContentHandlerSanityTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
DatabaseIntegrationTest.php rdbms: Refactor DatabaseTest 2017-07-20 18:23:37 -07:00
ExtensionJsonValidationTest.php Remove unused imports from test classes 2017-01-10 11:49:58 +01:00
ResourcesTest.php Remove empty lines from PHP and JavaScript comment blocks 2016-12-09 09:01:06 +00:00
StructureTest.php