1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Wed, 15 Jan 2025 11:02:08 +0100
Subject: =?utf-8?q?Rename_PluginQrcodeTest_as_PluginReadItLaterTest_=28PHPU?=
=?utf-8?q?nit_11=C2=A0fix=29?=
---
tests/plugins/PluginReadItLaterTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/plugins/PluginReadItLaterTest.php b/tests/plugins/PluginReadItLaterTest.php
index 3222562..d3bf5f1 100644
--- a/tests/plugins/PluginReadItLaterTest.php
+++ b/tests/plugins/PluginReadItLaterTest.php
@@ -10,10 +10,10 @@ use Shaarli\TestCase;
require_once 'plugins/readitlater/readitlater.php';
/**
- * Class PluginQrcodeTest
+ * Class PluginReadItLaterTest
* Unit test for the ReadItLater plugin
*/
-class PluginQrcodeTest extends TestCase
+class PluginReadItLaterTest extends TestCase
{
/** @var ConfigManager */
protected $confDefaultTheme;
|