From 17ff8aec3a0d2e0a520849c42c40a154a0831495 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 22 May 2023 15:37:34 -0500 Subject: initial commit --- vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create 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 new file mode 100644 index 0000000..3ce742c --- /dev/null +++ b/vendor/eher/oauth/test/Eher/OAuth/ConsumerTest.php @@ -0,0 +1,18 @@ +assertEquals( + 'Consumer[key=ConsumerKey,secret=ConsumerSecret]', + (string) $consumer + ); + } +} -- cgit v1.2.3-70-g09d2