Tests/ANSI: update test for 2.0 branch

This commit is contained in:
terrafrost 2017-08-08 21:53:37 -05:00
parent a4c79db37a
commit a9cd28d8fd

View File

@ -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();