Issue #2080291 by justinchev: Remove Unused local variable from /core/modules/system/lib/Drupal/system/Tests/Database/CaseSensitivityTest.php.
parent
63caf949e7
commit
afe1ae54f7
|
@ -25,7 +25,7 @@ class CaseSensitivityTest extends DatabaseTestBase {
|
|||
function testCaseSensitiveInsert() {
|
||||
$num_records_before = db_query('SELECT COUNT(*) FROM {test}')->fetchField();
|
||||
|
||||
$john = db_insert('test')
|
||||
db_insert('test')
|
||||
->fields(array(
|
||||
'name' => 'john', // <- A record already exists with name 'John'.
|
||||
'age' => 2,
|
||||
|
|
Loading…
Reference in New Issue