Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit facef82

Browse files
committed
Also test normalized full class names
1 parent 91f292c commit facef82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Service/ViewHelperManagerFactoryTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function urlHelperNames()
9292
['url'],
9393
['Url'],
9494
[Helper\Url::class],
95+
['zendviewhelperurl'],
9596
];
9697
}
9798

@@ -124,7 +125,8 @@ public function testUrlHelperFactoryCanBeInvokedViaShortNameOrFullClassName($nam
124125

125126
public function basePathConfiguration()
126127
{
127-
$names = ['basepath', 'basePath', 'BasePath', Helper\BasePath::class];
128+
$names = ['basepath', 'basePath', 'BasePath', Helper\BasePath::class, 'zendviewhelperbasepath'];
129+
128130
$configurations = [
129131
'console' => [[
130132
'config' => [
@@ -188,6 +190,7 @@ public function doctypeHelperNames()
188190
['doctype'],
189191
['Doctype'],
190192
[Helper\Doctype::class],
193+
['zendviewhelperdoctype'],
191194
];
192195
}
193196

0 commit comments

Comments
 (0)