'foo', 'value' => 'i:1;'], ['name' => 'bar', 'value' => 'b:0;'], ]; // The expected results. $tests[0]['expected_data'] = [ [ 'id' => 'foo', 'foo' => 1, 'bar' => FALSE, ], ]; // The expected count. $tests[0]['expected_count'] = NULL; // The source plugin configuration. $tests[0]['configuration']['variables'] = [ 'foo', 'bar', ]; return $tests; } }