diff options
author | Andreas Gohr <andi@splitbrain.org> | 2024-11-22 11:47:50 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2024-12-04 10:51:14 +0100 |
commit | 7c995fc871905ef98dbb200d2544a68ab725116c (patch) | |
tree | 9535bf6b866ac686856ca2f6eb98d976e53717c6 /lib/plugins/extension/_test/ManagerTest.php | |
parent | 8fe483c9dd38f0052abe729cc74057c9cdf54ad3 (diff) | |
download | dokuwiki-7c995fc871905ef98dbb200d2544a68ab725116c.tar.gz dokuwiki-7c995fc871905ef98dbb200d2544a68ab725116c.zip |
Extension Manager: small language adjustments
Diffstat (limited to 'lib/plugins/extension/_test/ManagerTest.php')
-rw-r--r-- | lib/plugins/extension/_test/ManagerTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/plugins/extension/_test/ManagerTest.php b/lib/plugins/extension/_test/ManagerTest.php index e54648df9..20af24770 100644 --- a/lib/plugins/extension/_test/ManagerTest.php +++ b/lib/plugins/extension/_test/ManagerTest.php @@ -59,6 +59,4 @@ class ManagerTest extends DokuWikiTest $this->assertNotEquals($updated, $installed); $this->assertEquals('http://example.com/update', $manager->getDownloadURL()); } - - } |