Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix of #369 (Trim of forwarding slash in path) #401

Merged
merged 3 commits into from
Apr 29, 2014

Conversation

ama3ing
Copy link

@ama3ing ama3ing commented Apr 22, 2014

Fixed issue #369

@makasim
Copy link
Collaborator

makasim commented Apr 24, 2014

@Me1ifaro Looks good, Could you add a test for this case?

@ama3ing
Copy link
Author

ama3ing commented Apr 29, 2014

@makasim, is everything correct?


$result = $method->invokeArgs($resolver, array('/cats.jpg', 'some_filter'));

$this->assertNotContains('//', $result);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Me1ifaro please do assertEquals

@ama3ing
Copy link
Author

ama3ing commented Apr 29, 2014

@makasim, done.

makasim added a commit that referenced this pull request Apr 29, 2014
Fix of #369 (Trim of forwarding slash in path)
@makasim makasim merged commit 31ccd9d into liip:master Apr 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants