mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
Tests/ANSI: update test for 2.0 branch
This commit is contained in:
parent
a4c79db37a
commit
a9cd28d8fd
@ -37,7 +37,7 @@ class Unit_File_ANSITest extends PhpseclibTestCase
|
|||||||
}
|
}
|
||||||
$str.= str_repeat('z', 100);
|
$str.= str_repeat('z', 100);
|
||||||
|
|
||||||
$ansi = new File_ANSI();
|
$ansi = new ANSI();
|
||||||
$ansi->appendString($str);
|
$ansi->appendString($str);
|
||||||
|
|
||||||
$screen = $ansi->getScreen();
|
$screen = $ansi->getScreen();
|
||||||
|
Loading…
Reference in New Issue
Block a user