diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php
similarity index 99%
rename from typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php
rename to typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php
index 9bbf74167adf5304c78dec4652629ca9d40d8926..d1e141ff62e10eaaef84f1b2d74d10e5796d8c75 100644
--- a/typo3/sysext/core/Tests/Unit/Cache/Backend/DbBackendTest.php
+++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php
@@ -25,11 +25,11 @@ namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend;
  ***************************************************************/
 
 /**
- * Testcase for the DB cache backend
+ * Test case
  *
  * @author Ingo Renner <ingo@typo3.org>
  */
-class DbBackendTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
+class Typo3DatabaseBackendTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
 
 	/**
 	 * @var \TYPO3\CMS\Core\Database\DatabaseConnection Backup of original TYPO3_DB instance