Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/tests/shorturl/CRUDTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading