File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class RecursiveDirectoryIteratorTest extends IteratorTestCase
21
21
public function testRewindOnFtp ()
22
22
{
23
23
try {
24
- $ i = new RecursiveDirectoryIterator ('ftp://ftp.mozilla.org / ' , \RecursiveDirectoryIterator::SKIP_DOTS );
24
+ $ i = new RecursiveDirectoryIterator ('ftp://speedtest.tele2.net / ' , \RecursiveDirectoryIterator::SKIP_DOTS );
25
25
} catch (\UnexpectedValueException $ e ) {
26
26
$ this ->markTestSkipped ('Unsupported stream "ftp". ' );
27
27
}
@@ -37,14 +37,14 @@ public function testRewindOnFtp()
37
37
public function testSeekOnFtp ()
38
38
{
39
39
try {
40
- $ i = new RecursiveDirectoryIterator ('ftp://ftp.mozilla.org / ' , \RecursiveDirectoryIterator::SKIP_DOTS );
40
+ $ i = new RecursiveDirectoryIterator ('ftp://speedtest.tele2.net / ' , \RecursiveDirectoryIterator::SKIP_DOTS );
41
41
} catch (\UnexpectedValueException $ e ) {
42
42
$ this ->markTestSkipped ('Unsupported stream "ftp". ' );
43
43
}
44
44
45
45
$ contains = array (
46
- 'ftp://ftp.mozilla.org ' .DIRECTORY_SEPARATOR .'README ' ,
47
- 'ftp://ftp.mozilla.org ' .DIRECTORY_SEPARATOR .'pub ' ,
46
+ 'ftp://speedtest.tele2.net ' .DIRECTORY_SEPARATOR .'1000GB.zip ' ,
47
+ 'ftp://speedtest.tele2.net ' .DIRECTORY_SEPARATOR .'100GB.zip ' ,
48
48
);
49
49
$ actual = array ();
50
50
You can’t perform that action at this time.
0 commit comments