test: export ledger includes rule note rows

This commit is contained in:
萝卜
2026-03-13 21:42:40 +00:00
parent 362e72986e
commit f901ddc1a5

View File

@@ -116,6 +116,10 @@ class AdminPlatformOrderExportLedgerTest extends TestCase
$this->assertStringContainsString('amount_tolerance,0.01', $content2);
$this->assertStringContainsString('reconcile_mismatch,1', $content2);
$this->assertStringContainsString('refund_inconsistent,0', $content2);
// 口径说明行(便于离线流转自解释)
$this->assertStringContainsString('reconcile_mismatch_rule,', $content2);
$this->assertStringContainsString('refund_inconsistent_rule,', $content2);
}
public function test_show_page_should_render_export_ledger_link(): void