From 4749caa26053c14ca66f676e82558d1203d866c1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 14 Dec 2022 22:51:10 -0800 Subject: [PATCH] CiviUnitTestCase - Remove ancient/unused method 'getDataSet()' --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 304456c6e7..4ec5c81e5e 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -311,12 +311,6 @@ class CiviUnitTestCase extends PHPUnit\Framework\TestCase { } - /** - * Required implementation of abstract method. - */ - protected function getDataSet() { - } - /** * @param bool $perClass * @param null $object -- 2.25.1