From 95df93b68e7bd5c45b92452b911674b8db823ae6 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Tue, 14 Jul 2020 15:46:16 -0400 Subject: [PATCH] remove debugging --- tests/phpunit/CRM/Contact/Form/IndividualTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Form/IndividualTest.php b/tests/phpunit/CRM/Contact/Form/IndividualTest.php index fbe851b0cf..dc0fea9442 100644 --- a/tests/phpunit/CRM/Contact/Form/IndividualTest.php +++ b/tests/phpunit/CRM/Contact/Form/IndividualTest.php @@ -26,7 +26,6 @@ class CRM_Contact_Form_IndividualTest extends CiviUnitTestCase { $form->controller->_actions['display']->perform($form, 'display'); $contents = ob_get_contents(); ob_end_clean(); - print_r($contents); // There's a bunch of other stuff we could check for in $contents, but then // it's tied to the html output and has the same maintenance problems -- 2.25.1