From 431fb8b60f75b8f16023d345f4b0ac7d1b404bfd Mon Sep 17 00:00:00 2001 From: Anton Terekhov Date: Wed, 21 Nov 2012 22:00:03 +0400 Subject: [PATCH] PHPDoc for MySQLiStatementTest --- tests/model/MySQLiStatementTest.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/model/MySQLiStatementTest.php b/tests/model/MySQLiStatementTest.php index 2a66c89..ad1f8da 100644 --- a/tests/model/MySQLiStatementTest.php +++ b/tests/model/MySQLiStatementTest.php @@ -23,9 +23,14 @@ require_once dirname(__FILE__) . '/../../exception/GeneralException.php'; class MySQLiStatementTest extends PHPUnit_Framework_TestCase { - + /** + * @var MySQLiDriver|PHPUnit_Framework_MockObject_MockObject + */ private $driver; + /** + * @var MySQLiStatement + */ private $stmt; private $sql;