From 4a4bd96f2d33399e41fcc1a4d5811f170d52fae9 Mon Sep 17 00:00:00 2001 From: projectedanx <238904666+projectedanx@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:43:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20[Testing]=20Add=20concurrency=20?= =?UTF-8?q?coverage=20for=20yourls=5Fupdate=5Fclicks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> --- tests/tests/shorturl/CRUDTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/shorturl/CRUDTest.php b/tests/tests/shorturl/CRUDTest.php index 11e996b52..cbc77e337 100644 --- a/tests/tests/shorturl/CRUDTest.php +++ b/tests/tests/shorturl/CRUDTest.php @@ -134,7 +134,7 @@ public function test_insert_link_in_db() { #[\PHPUnit\Framework\Attributes\Depends('test_add_url')] - public function test_update_hits_concurrency( $keyword ) { + public function test_yourls_update_clicks_catch_block( $keyword ) { // Force a mock of the DB to throw an exception global $ydb; $old_ydb = $ydb;