Skip to content

Add unit testing coverage for Laravel\HTML #1423

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

Merged
merged 3 commits into from
Nov 6, 2012
Merged

Add unit testing coverage for Laravel\HTML #1423

merged 3 commits into from
Nov 6, 2012

Conversation

crynobone
Copy link
Member

And improve setUp and tearDown for Form unit test

testcases. Also remove tearDown method, as it doesn't do anything at
this moment.

Signed-off-by: crynobone <crynobone@gmail.com>
…Down for Form unit-test

Signed-off-by: crynobone <crynobone@gmail.com>
@@ -173,6 +173,8 @@ public static function link_to_secure($url, $title = null, $attributes = array()
public static function link_to_asset($url, $title = null, $attributes = array(), $https = null)
{
$url = URL::to_asset($url, $https);

if (is_null($title)) $title = $url;
Copy link
Member Author

Choose a reason for hiding this comment

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

This was added to make it synchronize with how other method works under HTML::link*

Signed-off-by: crynobone <crynobone@gmail.com>
@daylerees
Copy link
Contributor

Danke

daylerees added a commit that referenced this pull request Nov 6, 2012
 Add unit testing coverage for Laravel\HTML
@daylerees daylerees merged commit 49b2d4a into laravel:develop Nov 6, 2012
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