Bitpay\Storage\FilesystemStorageTest::testNotFileException PHP Method

testNotFileException() public method

    public function testNotFileException()
    {
        $storage = new FilesystemStorage();
        $storage->load(vfsStream::url('tmp/public.key'));
    }