1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 07:49:10 +03:00
aports/testing/php81-pecl-smbclient/fix-test.patch
2022-08-06 17:18:29 +00:00

10 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 ()