From 385025b0ba9a5043d0ed3f17f2e6717bc3033d53 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Aug 2021 14:51:05 +0000 Subject: [PATCH] Build/Test Tools: Declare two TestCase classes as abstract. TestCases which are intended to be extended and not run directly, should be `abstract`. Follow-up to [763/tests], [30277]. Props jrf. See #53363. git-svn-id: https://develop.svn.wordpress.org/trunk@51585 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/includes/testcase-canonical.php | 2 +- tests/phpunit/includes/testcase-xmlrpc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/includes/testcase-canonical.php b/tests/phpunit/includes/testcase-canonical.php index ef33ca8db8..833df23e5b 100644 --- a/tests/phpunit/includes/testcase-canonical.php +++ b/tests/phpunit/includes/testcase-canonical.php @@ -1,6 +1,6 @@