diff --git a/tests/src/Generator/MtRandGeneratorTest.php b/tests/src/Generator/MtRandGeneratorTest.php new file mode 100644 index 0000000..00501e3 --- /dev/null +++ b/tests/src/Generator/MtRandGeneratorTest.php @@ -0,0 +1,29 @@ +generate($length); + $this->assertEquals($length, strlen($returned)); + } +} \ No newline at end of file