File: 0002-Declare-ezcConsoleDialogTest-as-abstract.patch

package info (click to toggle)
php-zeta-console-tools 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,096 kB
  • ctags: 2,859
  • sloc: php: 15,140; xml: 3,111; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sun, 28 Sep 2014 16:53:45 -0400
Subject: Declare ezcConsoleDialogTest as abstract

---
 tests/dialog_test.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/dialog_test.php b/tests/dialog_test.php
index cc78e0f..771be1c 100644
--- a/tests/dialog_test.php
+++ b/tests/dialog_test.php
@@ -31,7 +31,7 @@
  * @package ConsoleTools
  * @subpackage Tests
  */
-class ezcConsoleDialogTest extends ezcTestCase
+abstract class ezcConsoleDialogTest extends ezcTestCase
 {
     const PIPE_READ_SLEEP = 5000;