diff --git a/tests/ConnectionTest.php b/tests/ConnectionTest.php index e011a46..17d3282 100644 --- a/tests/ConnectionTest.php +++ b/tests/ConnectionTest.php @@ -141,6 +141,7 @@ public function testQuote() * Test if fails if requiring the last inserted id without a sequence. * * @return null + * * @throws \ReflectionException */ public function testLastIdWithoutSequence() @@ -152,6 +153,7 @@ public function testLastIdWithoutSequence() * Test if returns the last inserted id with a sequence. * * @return null + * * @throws \ReflectionException */ public function testLastIdWithSequence()