Skip to content

Commit 56234f2

Browse files
committed
fix: gform test suite warnings
1 parent ed20900 commit 56234f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/addons/test-gsheets.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,6 @@ public function test_append_to_new_sheet() {
395395
* Test appending data with headers auto-creation.
396396
*/
397397
public function test_append_creates_headers() {
398-
// Mock empty headers response.
399-
self::$mock_response = array(
400-
'range' => 'EmptySheet!A1:Z1',
401-
'majorDimension' => 'ROWS',
402-
'values' => array(),
403-
);
404-
405398
$bridge = new GSheets_Form_Bridge(
406399
array(
407400
'name' => 'test-headers-bridge',

0 commit comments

Comments
 (0)