From a98c2a4542e19ce4fb632bc32fc47c18273161cc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 1 Mar 2026 19:32:52 -0600 Subject: convert from PHP to Go --- vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php (limited to 'vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php') diff --git a/vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php b/vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php deleted file mode 100644 index 3ce742c..0000000 --- a/vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php +++ /dev/null @@ -1,18 +0,0 @@ -assertEquals( - 'Consumer[key=ConsumerKey,secret=ConsumerSecret]', - (string) $consumer - ); - } -} -- cgit v1.2.3