Rename ambiguous tests to …UnitTest

These exist two times, one time in the unit/ folder as a unit test, and
another time in the parent folder as an integration test. This confused
me already several times.

Change-Id: I147b8af8a7edba2582496468b4878faecc6d8110
This commit is contained in:
Thiemo Kreuz 2019-11-27 11:15:39 +01:00
parent ff47bc8092
commit 9f1521a773
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ use Title;
*
* @license GPL-2.0-or-later
*/
class CiteHooksTest extends \MediaWikiUnitTestCase {
class CiteHooksUnitTest extends \MediaWikiUnitTestCase {
protected function setUp() : void {
global $wgCiteStoreReferencesData;

View file

@ -10,7 +10,7 @@ use Wikimedia\TestingAccessWrapper;
*
* @license GPL-2.0-or-later
*/
class CiteTest extends \MediaWikiUnitTestCase {
class CiteUnitTest extends \MediaWikiUnitTestCase {
protected function setUp() : void {
global $wgCiteBookReferencing, $wgFragmentMode;