Skip to content

Commit f803781

Browse files
committed
test(files_external): rename FTP test class to FtpTest
Signed-off-by: bahman026 <bahman026@gmail.com>
1 parent 046f875 commit f803781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_external/tests/FtpConstructorTest.php renamed to apps/files_external/tests/FtpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use PHPUnit\Framework\Attributes\DataProvider;
1414
use Test\TestCase;
1515

16-
class FtpConstructorTest extends TestCase {
16+
class FtpTest extends TestCase {
1717
public static function portProvider(): array {
1818
$parameters = [
1919
'host' => 'somehost',

0 commit comments

Comments
 (0)