From 68d8785281a99f8c71f062dd875d2588d9fdfbaf Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 16 Mar 2020 07:04:43 +0100 Subject: [PATCH] BadFunctions/Backticks: add `@covers` tag to the test ... and move the docblock to the class so code coverage will actually be recorded. --- Security/Tests/BadFunctions/BackticksUnitTest.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Security/Tests/BadFunctions/BackticksUnitTest.php b/Security/Tests/BadFunctions/BackticksUnitTest.php index d970297..e9d17e8 100644 --- a/Security/Tests/BadFunctions/BackticksUnitTest.php +++ b/Security/Tests/BadFunctions/BackticksUnitTest.php @@ -1,12 +1,14 @@