Skip to content

Commit

Permalink
Add some debug to CIonly fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Sep 14, 2023
1 parent 467dfdd commit 4abb130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function testGetRowsWithNotes(): void {
'contact_note_note' => '1',
]
]);
$this->assertCount(2, $rows);
$this->assertCount(2, $rows, $this->sql . "\n" . print_r($rows, TRUE));
$this->assertEquals('first note, second note', $rows[0]['contribution_civicrm_note_contribution_note_note']);
$this->assertEquals('first contact note, second contact note', $rows[0]['contact_civicrm_note_contact_note_note']);

Expand Down

0 comments on commit 4abb130

Please sign in to comment.