Skip to content
Snippets Groups Projects
Commit afe1ae54 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2080291 by justinchev: Remove Unused local variable from...

Issue #2080291 by justinchev: Remove Unused local variable  from /core/modules/system/lib/Drupal/system/Tests/Database/CaseSensitivityTest.php.
parent 63caf949
No related branches found
No related tags found
Loading
......@@ -25,7 +25,7 @@ public static function getInfo() {
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment