From a4bd573142b329943cd6a6155d0a0182c604d53a Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 1 Dec 2016 00:15:38 +0000 Subject: [PATCH] Fix SessionConsistentConnectionManagerTest class and file name Change-Id: If60f081946b8f3bb564f2bb17fd1261af0cb7e3a --- ...nagerTest.php => SessionConsistentConnectionManagerTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/phpunit/includes/libs/rdbms/connectionmanager/{ConsistentReadConnectionManagerTest.php => SessionConsistentConnectionManagerTest.php} (98%) diff --git a/tests/phpunit/includes/libs/rdbms/connectionmanager/ConsistentReadConnectionManagerTest.php b/tests/phpunit/includes/libs/rdbms/connectionmanager/SessionConsistentConnectionManagerTest.php similarity index 98% rename from tests/phpunit/includes/libs/rdbms/connectionmanager/ConsistentReadConnectionManagerTest.php rename to tests/phpunit/includes/libs/rdbms/connectionmanager/SessionConsistentConnectionManagerTest.php index 5ac97b2295..4dcab82df8 100644 --- a/tests/phpunit/includes/libs/rdbms/connectionmanager/ConsistentReadConnectionManagerTest.php +++ b/tests/phpunit/includes/libs/rdbms/connectionmanager/SessionConsistentConnectionManagerTest.php @@ -13,7 +13,7 @@ use Wikimedia\Rdbms\SessionConsistentConnectionManager; * @license GPL-2.0+ * @author Daniel Kinzler */ -class ConsistentReadConnectionManagerTest extends \PHPUnit_Framework_TestCase { +class SessionConsistentConnectionManagerTest extends \PHPUnit_Framework_TestCase { /** * @return IDatabase|PHPUnit_Framework_MockObject_MockObject -- 2.20.1