Bitpay\SinKeyTest::testGenerateWithException PHP Method

testGenerateWithException() public method

    public function testGenerateWithException()
    {
        $sinKey = new SinKey();
        $this->assertNotNull($sinKey);
        $sinKey->generate();
    }