Skip to content

Commit

Permalink
Fixed failing integration test in getRemoteContent.php (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsquare17 authored and christophherr committed Nov 6, 2018
1 parent 8993234 commit c0d43e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
vendor

php:
- 5.6
- 5.6.37
- 7.2

env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public function test_should_return_content_when_fragment_is_http() {
* Test _Beans_Compiler::get_remote_content() should return the content when fragment is an https URL.
*/
public function test_should_return_content_when_fragment_is_https() {
$this->markTestSkipped( 'wp_remote_get returns cURL error 60. Test must be revisited.' );

$fragment = 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
$compiler = new _Beans_Compiler(
[
Expand Down

0 comments on commit c0d43e5

Please sign in to comment.