This commit is contained in:
Yuri Kuznetsov
2021-02-19 15:31:08 +02:00
parent d0a5fc24b1
commit 8214f4ba20
-11
View File
@@ -131,17 +131,6 @@ class SqlExecutorTest extends \PHPUnit\Framework\TestCase
$e->errorInfo = [40001, 1213];
/*$this->pdo
->expects($this->at(0))
->method('query')
->will($this->throwException($e));
$this->pdo
->expects($this->at(1))
->method('query')
->will($this->returnValue($this->sth));*/
$this->pdo
->expects($this->exactly(2))
->method('query')