From 6a213a60aa157eaaa4354890b6d9a484554be516 Mon Sep 17 00:00:00 2001 From: Brown Date: Wed, 31 Jul 2019 17:42:01 -0400 Subject: [PATCH] Make test name align with tested thing --- tests/UnusedCodeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UnusedCodeTest.php b/tests/UnusedCodeTest.php index 97412ebbb..81b9f881c 100644 --- a/tests/UnusedCodeTest.php +++ b/tests/UnusedCodeTest.php @@ -463,7 +463,7 @@ class UnusedCodeTest extends TestCase if (rand(0, 1)) { $foo1 = $foo2; - break; + continue; } }