-
Notifications
You must be signed in to change notification settings - Fork 2.5k
HeadTitle renderTitle returns rendered title without title tags #3877
Conversation
@weierophinney hi.. will this be merged at some point? |
@matuszeman Click the "Details" link to see the failure; in this case, it's a transient timing one, so nothing to be worried about. I don't see the purpose of the change you're introducing. Under the intended usage, you will call either Unless you can clarify what's not working by means of a unit test, I'm inclined to close this PR. |
The purpose of this is to get title string without |
Then write up some unit tests. :-) On Monday, March 11, 2013, Matus Zeman wrote:
Matthew Weier O'Phinney |
I will do so later today. You never know if PR is going to be accepted or not that's why I'm really careful with my time spent while contributing to ZF2. |
@matuszeman Actually, unit tests are probably the better way to spend time when creating a PR, as they show us the expectations you have, and demonstrate the use case. Basically, they help answer questions we might otherwise ask. :) |
@matuszeman Any word on tests? I don't want to keep it open too long and have it go out-of-date with master. Thanks! |
Sorry ... I've been sick recently and trying to catch up now. I will deal with this asap. |
@matuszeman Any word on tests? If you won't be able to complete soon, I'll close, and you can re-submit when you have them ready. |
Merged to develop for release with 2.2.0, as this contains a new method. Also, in the future, please create a new branch per pull request. Since you did this against your master branch, it also contained an unrelated change to the router; I had to cherry-pick the individual commits related to this pull request, which rewrites history (though your authorship is retained). |
- per php-cs-fixer
No description provided.