From 55acfefe9128b663ab402947ff02c3913f6937e6 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 14 Mar 2024 09:07:54 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/SheetsDriveTest.php | 2 +- tests/SheetsTest.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/SheetsDriveTest.php b/tests/SheetsDriveTest.php index 64b4f44..799f8c9 100644 --- a/tests/SheetsDriveTest.php +++ b/tests/SheetsDriveTest.php @@ -35,7 +35,7 @@ public function setUp(): void public function testList() { $file = new DriveFile([ - 'id' => 'id', + 'id' => 'id', 'name' => 'name', ]); diff --git a/tests/SheetsTest.php b/tests/SheetsTest.php index 959e4bb..45a0703 100644 --- a/tests/SheetsTest.php +++ b/tests/SheetsTest.php @@ -49,9 +49,9 @@ public function testSetAccessToken() ); $photos = Sheets::setAccessToken([ - 'access_token' => 'test', + 'access_token' => 'test', 'refresh_token' => 'test', - 'expires_in' => 0, + 'expires_in' => 0, ]); $this->assertInstanceOf(\Google\Service\Sheets::class, $photos->getService());