From: Noah Miller Date: Tue, 27 Apr 2021 08:33:35 +0000 (-0700) Subject: (NFC) making the whitespace how Jenkins wants it X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0af0f0c1b4c57000e7d8511b6f631c52bf695212;p=civicrm-core.git (NFC) making the whitespace how Jenkins wants it --- 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;