mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01: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);
|
||||
|
||||
$ansi = new File_ANSI();
|
||||
$ansi = new ANSI();
|
||||
$ansi->appendString($str);
|
||||
|
||||
$screen = $ansi->getScreen();
|
||||
|
Loading…
Reference in New Issue
Block a user