aports/community/php81-pecl-smbclient/fix-test.patch
2023-04-17 13:40:17 +02:00

11 lines
228 B
Diff

--- a/tests/VersionTest.php
+++ b/tests/VersionTest.php
@@ -1,6 +1,6 @@
<?php
-class VersionTest extends PHPUnit_Framework_TestCase
+class VersionTest extends \PHPUnit\Framework\TestCase
{
public function
testVersion ()