Skip to content

Commit 02f4daf

Browse files
author
Bahman Jafarzadeh
committed
test(files_external): rename FTP test class to FtpTest
Signed-off-by: Bahman Jafarzadeh <bja@adlas.at>
1 parent 046f875 commit 02f4daf

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)