Skip to content
Snippets Groups Projects
Commit bde19eb0 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix Zend reference.

parent 2afdeac3
Branches
Tags
No related merge requests found
......@@ -234,7 +234,7 @@ class FormTest extends \VuFindTest\Unit\TestCase
$form = new Form(
$mock,
$this->createMock(\Zend\View\HelperPluginManager::class)
$this->createMock(\Laminas\View\HelperPluginManager::class)
);
$form->setFormId('TestElementOptions');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment