Bitpay\Util\SecureRandomTest::testGenerateRandom PHP Method

testGenerateRandom() public method

public testGenerateRandom ( )
    public function testGenerateRandom()
    {
        $randomNumber = SecureRandom::generateRandom();
        $this->assertEquals(32, strlen($randomNumber));
    }