removal of unnecessary file, and composer update
This commit is contained in:
@@ -390,7 +390,7 @@ class MockPdo extends \PDO
|
||||
public function prepare($statement, $driverOptions = array())
|
||||
{
|
||||
return \is_callable($this->prepareResult)
|
||||
? \call_user_func($this->prepareResult, $statement, $driverOptions)
|
||||
? ($this->prepareResult)($statement, $driverOptions)
|
||||
: $this->prepareResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user