| 1 | <?php |
||
| 18 | class StringUtilsTest extends \PHPUnit_Framework_TestCase |
||
| 19 | { |
||
| 20 | |||
| 21 | /** +++++++++++++++++++++++++++++++++++ **/ |
||
| 22 | /** ++++++++++++++ TESTS ++++++++++++++ **/ |
||
| 23 | /** +++++++++++++++++++++++++++++++++++ **/ |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Test can generate random string for |
||
| 27 | * specific length |
||
| 28 | * |
||
| 29 | * @access public |
||
| 30 | * @return void |
||
| 31 | */ |
||
| 32 | public function testCanGenerateRandomStringForSpecificLength() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Test random string is random |
||
| 41 | * |
||
| 42 | * @access public |
||
| 43 | * @return void |
||
| 44 | */ |
||
| 45 | public function testRandomStringIsRandom() |
||
| 52 | } |
||
| 53 |