APIv4 - > test coverage for Search Download by 1 line
authorcolemanw <coleman@civicrm.org>
Thu, 2 Nov 2023 17:18:03 +0000 (13:18 -0400)
committercolemanw <coleman@civicrm.org>
Thu, 2 Nov 2023 17:18:03 +0000 (13:18 -0400)
ext/search_kit/tests/phpunit/api/v4/SearchDisplay/SearchDownloadTest.php

index 9a1d211b7e1b2f8c65ab7f71d690e3b6953f2de6..bc8d2d8eec54f5d0872e2d9d94530b627016c7f6 100644 (file)
@@ -87,6 +87,7 @@ class SearchDownloadTest extends \PHPUnit\Framework\TestCase implements Headless
     $header = array_shift($download);
 
     $this->assertEquals('Duration Subject', $header[0]);
+    $this->assertEquals('Details', $header[1]);
 
     foreach ($download as $rowNum => $data) {
       $this->assertEquals($sampleData[$rowNum]['duration'] . ' ' . $subject, $data[0]);