File: 1010_phpunit-8.x%2B9.x.patch

package info (click to toggle)
php-horde-css-parser 1.0.11-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 680 kB
  • sloc: php: 3,282; xml: 403; makefile: 9; sh: 3
file content (13 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: php-horde-css-parser/Horde_Css_Parser-1.0.11/test/Horde/Css/Parser/ParserTest.php
===================================================================
--- php-horde-css-parser.orig/Horde_Css_Parser-1.0.11/test/Horde/Css/Parser/ParserTest.php
+++ php-horde-css-parser/Horde_Css_Parser-1.0.11/test/Horde/Css/Parser/ParserTest.php
@@ -16,7 +16,7 @@
  * @package    Css_Parser
  * @subpackage UnitTests
  */
-class Horde_Css_Parser_ParserTest extends PHPUnit_Framework_TestCase
+class Horde_Css_Parser_ParserTest extends Horde_Test_Case
 {
     public function testDoubleAsteriskAtBeginningOfComment()
     {