diff options
author | Mario <mario@mariovavti.com> | 2020-11-26 18:43:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-26 18:43:53 +0000 |
commit | 0f6166da004317045bae5430140c70ee0d60aad1 (patch) | |
tree | 78145aa23c2c60acab9add4299ee50935898a46a /tests/unit/Web/HttpSigTest.php | |
parent | 25620081a1326eb243c974845d613a16b7be1966 (diff) | |
parent | 07e5b8295ea9d342f66d8119d88bd58124b548e6 (diff) | |
download | volse-hubzilla-0f6166da004317045bae5430140c70ee0d60aad1.tar.gz volse-hubzilla-0f6166da004317045bae5430140c70ee0d60aad1.tar.bz2 volse-hubzilla-0f6166da004317045bae5430140c70ee0d60aad1.zip |
Merge branch 'dev'5.0.3
Diffstat (limited to 'tests/unit/Web/HttpSigTest.php')
-rw-r--r-- | tests/unit/Web/HttpSigTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Web/HttpSigTest.php b/tests/unit/Web/HttpSigTest.php index db0f9700f..bd11b96c8 100644 --- a/tests/unit/Web/HttpSigTest.php +++ b/tests/unit/Web/HttpSigTest.php @@ -33,7 +33,7 @@ use Zotlabs\Web\HTTPSig; * * @covers Zotlabs\Web\HTTPSig */ -class PermissionDescriptionTest extends UnitTestCase { +class HttpSigTest extends UnitTestCase { use PHPMock; |