all the types

This commit is contained in:
Robin Appelman 2021-03-09 20:14:31 +01:00
commit 84fa890ea7
28 changed files with 330 additions and 110 deletions

View file

@ -65,4 +65,4 @@ class StringBufferTest extends TestCase {
$buffer->push("foobar");
$this->assertEquals("foobar", $buffer->flush());
}
}
}