mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 13:02:40 +00:00
Removing test that causes problems in AllTests.
This commit is contained in:
parent
0fc6d7a98d
commit
df82aa09e4
1 changed files with 0 additions and 3 deletions
|
@ -794,9 +794,6 @@ class DboSourceTest extends CakeTestCase {
|
|||
* Test getting the last error.
|
||||
*/
|
||||
function testLastError() {
|
||||
$result = $this->db->lastError();
|
||||
$this->assertNull($result);
|
||||
|
||||
$stmt = $this->getMock('PDOStatement');
|
||||
$stmt->expects($this->any())
|
||||
->method('errorInfo')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue