|
@ -23,9 +23,14 @@ require_once dirname(__FILE__) . '/../../exception/GeneralException.php'; |
|
|
class MySQLiStatementTest extends PHPUnit_Framework_TestCase |
|
|
class MySQLiStatementTest extends PHPUnit_Framework_TestCase |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @var MySQLiDriver|PHPUnit_Framework_MockObject_MockObject |
|
|
|
|
|
*/ |
|
|
private $driver; |
|
|
private $driver; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @var MySQLiStatement |
|
|
|
|
|
*/ |
|
|
private $stmt; |
|
|
private $stmt; |
|
|
|
|
|
|
|
|
private $sql; |
|
|
private $sql; |
|
|