You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
User: @Martin-P
Created On: 2015-04-28T19:52:56Z
Updated At: 2015-04-28T19:52:56Z
Body
Perhaps you can add:
a unittest which shows the correct namespace is returned
a separate unittest which shows the wrong namespace is not returned
That way regressions can be avoided.
Comment
User: @0xPaul
Created On: 2015-04-29T08:48:33Z
Updated At: 2015-04-29T08:48:33Z
Body
If by you, you mean someone, then yes. I'm sure someone can do those things.
Comment
User: @Martin-P
Created On: 2015-04-29T09:09:15Z
Updated At: 2015-04-29T09:09:15Z
Body
If by you, you mean someone, then yes. I'm sure someone can do those things.
I'm sure someone can create unittests, but this is not _someone_s PR, it is your PR. So I meant you, @0xPaul 😉
The text was updated successfully, but these errors were encountered:
I have a Ns\SubNs\Controller\IndexController and confirm it is being picked up as Ns\SubNs... There is an undocumented feature, "view_manager" => ["controller_map" => ["Ns" => true]] which was required for the view templates to be in ns/subns/index as opposed to ns/index...
This issue has been moved from the
zendframework
repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.htmlOriginal Issue: https://api.github.com/repos/zendframework/zendframework/issues/7457
User: @0xPaul
Created On: 2015-04-22T09:29:40Z
Updated At: 2015-05-04T14:59:12Z
Body
Controller was only registering the root namespace, e.g.
Foo
instead ofFoo\Bar
for a class namedFoo\Bar\Baz
.Comment
User: @Martin-P
Created On: 2015-04-28T19:52:56Z
Updated At: 2015-04-28T19:52:56Z
Body
Perhaps you can add:
That way regressions can be avoided.
Comment
User: @0xPaul
Created On: 2015-04-29T08:48:33Z
Updated At: 2015-04-29T08:48:33Z
Body
If by you, you mean someone, then yes. I'm sure someone can do those things.
Comment
User: @Martin-P
Created On: 2015-04-29T09:09:15Z
Updated At: 2015-04-29T09:09:15Z
Body
I'm sure someone can create unittests, but this is not _someone_s PR, it is your PR. So I meant you, @0xPaul 😉
The text was updated successfully, but these errors were encountered: