Modified tests Mongo, Mysqli, Redis with checking work Profiler (with PROFILER_DETAILS).
This commit is contained in:
@ -211,6 +211,7 @@ class MySQLiStatementTest extends PHPUnit_Framework_TestCase
|
||||
$this->setDriverGetConnectionMethod();
|
||||
$this->stmt->execute(array('place' => 'place_val', 'new' => 'new_val'));
|
||||
$this->assertSame('OBJECT', $this->stmt->fetch());
|
||||
$this->assertContains('Queries: 1', Profiler::getInstance()->getCli());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user