From 0af0f0c1b4c57000e7d8511b6f631c52bf695212 Mon Sep 17 00:00:00 2001 From: Noah Miller Date: Tue, 27 Apr 2021 01:33:35 -0700 Subject: [PATCH] (NFC) making the whitespace how Jenkins wants it --- .../tests/phpunit/Civi/OAuth/AuthCodeFlowTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ext/oauth-client/tests/phpunit/Civi/OAuth/AuthCodeFlowTest.php b/ext/oauth-client/tests/phpunit/Civi/OAuth/AuthCodeFlowTest.php index 7cb80bd0a0..250d5c6ef8 100644 --- a/ext/oauth-client/tests/phpunit/Civi/OAuth/AuthCodeFlowTest.php +++ b/ext/oauth-client/tests/phpunit/Civi/OAuth/AuthCodeFlowTest.php @@ -9,8 +9,10 @@ use Civi\Test\TransactionalInterface; /** * @group headless */ -class AuthCodeFlowTest extends \PHPUnit\Framework\TestCase implements HeadlessInterface, HookInterface, - TransactionalInterface { +class AuthCodeFlowTest extends \PHPUnit\Framework\TestCase implements + HeadlessInterface, + HookInterface, + TransactionalInterface { use \Civi\Test\ContactTestTrait; use \Civi\Test\Api3TestTrait; -- 2.25.1