diff --git a/tests/phpunit/block/utils/SignTextTest.php b/tests/phpunit/block/utils/SignTextTest.php new file mode 100644 index 000000000..3d0c611a1 --- /dev/null +++ b/tests/phpunit/block/utils/SignTextTest.php @@ -0,0 +1,37 @@ + "test"]); + self::assertSame("", $text->getLine(0)); + self::assertSame("test", $text->getLine(1)); + self::assertSame("", $text->getLine(2)); + self::assertSame("", $text->getLine(3)); + } +}