HTMLを綺麗に、色んなテスト関係関数の修正

This commit is contained in:
2025-11-20 22:39:28 +09:00
parent 8513c530f5
commit 4f70e6d4e4
11 changed files with 145 additions and 71 deletions

View File

@@ -61,4 +61,6 @@ $test->describe('プリペアドステートメント', function($test): void {
} catch (\Exception $e) {
echo 'エラー: '.$e->getMessage()."\n";
}
});
});
$test->printSummary();