File: 0023-Rename-PluginQrcodeTest-as-PluginReadItLaterTest-PHP.patch

package info (click to toggle)
shaarli 0.14.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,612 kB
  • sloc: php: 30,001; javascript: 2,083; makefile: 139; xml: 69; python: 42; sh: 35
file content (26 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (2)
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;