1
0
mirror of synced 2025-02-03 05:49:25 +03:00

Corrected class name - needs to end with Bench

This commit is contained in:
Marco Pivetta 2016-05-26 21:46:02 +02:00 committed by Luís Cobucci
parent ef0edc8929
commit cbb0c1bd04
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -12,7 +12,7 @@ use PhpBench\Benchmark\Metadata\Annotations\BeforeMethods;
/** /**
* @BeforeMethods({"init"}) * @BeforeMethods({"init"})
*/ */
final class SimpleInsertPerformanceTest final class SimpleInsertPerformanceBench
{ {
/** /**
* @var EntityManagerInterface * @var EntityManagerInterface