From 43cad3e86494a32cb4f852acfd806b79b7e2a63c Mon Sep 17 00:00:00 2001 From: v-kaywon Date: Wed, 9 Aug 2017 16:42:54 -0700 Subject: [PATCH] fixed type to Iterations annotation in PDOSelectVersionBench.php --- test/Performance/benchmark/pdo_sqlsrv/PDOFetchLargeBench.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Performance/benchmark/pdo_sqlsrv/PDOFetchLargeBench.php b/test/Performance/benchmark/pdo_sqlsrv/PDOFetchLargeBench.php index 3df754bd..af7a0ad0 100644 --- a/test/Performance/benchmark/pdo_sqlsrv/PDOFetchLargeBench.php +++ b/test/Performance/benchmark/pdo_sqlsrv/PDOFetchLargeBench.php @@ -2,7 +2,7 @@ use PDOSqlsrvPerfTest\PDOSqlsrvUtil; /** - * @Iteratinos(1) + * @Iterations(1) * @BeforeMethods({"connect", "setTableName" }) * @AfterMethods({ "disconnect"}) */