feat: upgrade phpunit to 12.5
This commit is contained in:
@@ -111,7 +111,7 @@ class DatabaseHandlerTest extends TestCase
|
||||
*/
|
||||
private function connection(?string &$table, ?array &$data, ?array &$types): Connection
|
||||
{
|
||||
$connection = $this->createMock(Connection::class);
|
||||
$connection = $this->createStub(Connection::class);
|
||||
$connection
|
||||
->method('insert')
|
||||
->willReturnCallback(
|
||||
|
||||
Reference in New Issue
Block a user