Bitpay\Storage\FilesystemStorageTest::testPersist PHP Method

testPersist() public method

public testPersist ( )
    public function testPersist()
    {
        $storage = new FilesystemStorage();
        $storage->persist(new \Bitpay\PublicKey(vfsStream::url('tmp/public.key')));
        $this->assertTrue($this->root->hasChild('tmp/public.key'));
    }