Issue #3390933 by mondrake: MergeTest::tesDeprecatedKeyArrayArgument() is mispelled

merge-requests/4660/merge
Lauri Eskola 2023-10-02 11:06:16 +03:00
parent 98df2c98c7
commit 6e3b3366c9
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class MergeTest extends DatabaseTestBase {
*
* @group legacy
*/
public function tesDeprecatedKeyArrayArgument(): void {
public function testDeprecatedKeyArrayArgument(): void {
$this->expectDeprecation('Passing an array to the $field argument of Drupal\Core\Database\Query\Merge::key() is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. See https://www.drupal.org/node/2205327');
$this->connection->merge('select')
->key(['id' => 2])