From 757e9b6d86a1f60665c74b682eb6dd577befa7e8 Mon Sep 17 00:00:00 2001 From: Mario Santos Date: Fri, 20 Sep 2024 09:47:28 +0200 Subject: [PATCH] Add ticket number to test --- tests/phpunit/tests/block-bindings/render.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/block-bindings/render.php b/tests/phpunit/tests/block-bindings/render.php index 659b1e40f5044..6c53ddf99411e 100644 --- a/tests/phpunit/tests/block-bindings/render.php +++ b/tests/phpunit/tests/block-bindings/render.php @@ -160,7 +160,7 @@ public function test_passing_uses_context_to_source() { /** * Tests that blocks can only access the context from the specific source. * - * @ticket 99999 + * @ticket 61642 * * @covers ::register_block_bindings_source */