From c5a636ebfbe4f6abd9ad9ddd2e28c5ab93c3b13c Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 26 May 2016 22:07:25 +0200 Subject: [PATCH] Corrected benchmark name: benchmark affects a STI --- ...nch.php => SingleTableInheritanceInsertPerformanceBench.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Doctrine/Performance/Hydration/{InheritanceInsertPerformanceBench.php => SingleTableInheritanceInsertPerformanceBench.php} (98%) 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