File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ class DatabaseTest extends EZTestCase
1515{
1616 /**
1717 * @covers ezsql\Database::Initialize
18+ * @covers ezsql\Database::benchmark
1819 * @covers \setInstance
1920 */
2021 public function testInitialize ()
@@ -36,6 +37,7 @@ public function testInitialize()
3637
3738 /**
3839 * @covers ezsql\Database::Initialize
40+ * @covers ezsql\Database::benchmark
3941 * @covers \setInstance
4042 */
4143 public function testInitialize_Pgsql ()
@@ -57,6 +59,7 @@ public function testInitialize_Pgsql()
5759
5860 /**
5961 * @covers ezsql\Database::Initialize
62+ * @covers ezsql\Database::benchmark
6063 * @covers \setInstance
6164 */
6265 public function testInitialize_Sqlite3 ()
@@ -78,6 +81,7 @@ public function testInitialize_Sqlite3()
7881
7982 /**
8083 * @covers ezsql\Database::Initialize
84+ * @covers ezsql\Database::benchmark
8185 * @covers \setInstance
8286 */
8387 public function testInitialize_Sqlsrv ()
@@ -99,6 +103,7 @@ public function testInitialize_Sqlsrv()
99103
100104 /**
101105 * @covers ezsql\Database::Initialize
106+ * @covers ezsql\Database::benchmark
102107 * @covers \setInstance
103108 */
104109 public function testInitialize_Pdo ()
You can’t perform that action at this time.
0 commit comments