diff --git a/tests/Doctrine/Performance/Hydration/InheritanceInsertPerformanceBench.php b/tests/Doctrine/Performance/Hydration/SingleTableInheritanceInsertPerformanceBench.php similarity index 98% rename from tests/Doctrine/Performance/Hydration/InheritanceInsertPerformanceBench.php rename to tests/Doctrine/Performance/Hydration/SingleTableInheritanceInsertPerformanceBench.php index 220ec5c01..8014b0ed1 100644 --- a/tests/Doctrine/Performance/Hydration/InheritanceInsertPerformanceBench.php +++ b/tests/Doctrine/Performance/Hydration/SingleTableInheritanceInsertPerformanceBench.php @@ -10,7 +10,7 @@ use PhpBench\Benchmark\Metadata\Annotations\BeforeMethods; /** * @BeforeMethods({"init"}) */ -final class InheritanceInsertPerformanceBench +final class SingleTableInheritanceInsertPerformanceBench { /** * @var EntityManagerInterface