From 4a01c59aa726353cb6d2ccf217a16e07d5f609c8 Mon Sep 17 00:00:00 2001 From: Shane Duvall Date: Mon, 2 Dec 2024 12:17:06 -0600 Subject: [PATCH 1/3] Update secret(s) to pass multiple tests --- test/ConsumerLibCurlTest.php | 2 +- test/ConsumerSocketTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ConsumerLibCurlTest.php b/test/ConsumerLibCurlTest.php index ed07eb4..e2adc66 100644 --- a/test/ConsumerLibCurlTest.php +++ b/test/ConsumerLibCurlTest.php @@ -93,7 +93,7 @@ public function testRequestCompression(): void }, ]; - $client = new Client('x', $options); + $client = new Client('oq0vdlg7yi', $options); # Should error out with debug on. self::assertTrue($client->track(['user_id' => 'some-user', 'event' => 'Socket PHP Event'])); diff --git a/test/ConsumerSocketTest.php b/test/ConsumerSocketTest.php index 2c0e860..f4096c7 100644 --- a/test/ConsumerSocketTest.php +++ b/test/ConsumerSocketTest.php @@ -164,7 +164,7 @@ public function testDebugProblems(): void }, ]; - $client = new Client('x', $options); + $client = new Client('oq0vdlg7yi', $options); // Should error out with debug on. self::assertTrue($client->track(['user_id' => 'some-user', 'event' => 'Socket PHP Event'])); From b0f6be45c1809ed22eed1992b0ab1f285abb85f5 Mon Sep 17 00:00:00 2001 From: Shane Duvall Date: Mon, 2 Dec 2024 12:25:15 -0600 Subject: [PATCH 2/3] codecov stds --- lib/Version.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Version.php b/lib/Version.php index 942542c..33ef5bc 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -1,3 +1,5 @@ Date: Mon, 2 Dec 2024 12:28:05 -0600 Subject: [PATCH 3/3] Codecov stds --- lib/Version.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Version.php b/lib/Version.php index 33ef5bc..a362c6e 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -1,5 +1,7 @@