-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,23 +26,23 @@ Start: | |
✓ Should be chainable | ||
methods | ||
URI parts for http://user:[email protected]:3000/a/b/c?d=1&e=1&d=1#fragment | ||
stringify() | ||
✓ should stringify back to source representation | ||
toString() | ||
✓ should toString back to source representation | ||
scheme() | ||
✓ should return scheme ( http ) | ||
user_info() | ||
✓ should return user info ( user:pass ) | ||
✓ should return userinfo ( user:pass ) | ||
host() | ||
✓ should return host ( www.example.com ) | ||
port() | ||
✓ should return port ( 3000 ) | ||
path() | ||
path_to_string() | ||
✓ should return path ( /a/b/c ) | ||
fragment() | ||
✓ should return fragment ( fragment ) | ||
query | ||
query_stringify() | ||
✓ should stringify back to source representation | ||
query_to_string() | ||
✓ should to_string back to source representation | ||
query_get() | ||
✓ should return the query dictionary containing the first value of multis | ||
query_get_all() | ||
|
@@ -62,6 +62,7 @@ Start: | |
✓ should merge multiple values too, preserving order | ||
path | ||
path_parts() | ||
✓ should set path | ||
✓ should return array of path parts | ||
path_to_dir() | ||
✓ should return the path without script | ||
|
@@ -77,10 +78,9 @@ Start: | |
clone() | ||
✓ should clone the url | ||
Finished in 0.003 secs | ||
Finished in 0.005 secs | ||
SUMMARY: | ||
✓ 87 tests completed | ||
- 12 tests skipped | ||
✓ 30 tests completed | ||
- 4 tests skipped | ||
``` |