Skip to content

Commit

Permalink
test travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed Dec 27, 2015
1 parent 186a87a commit 3c10ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
);
$dst = file_get_contents("/home/travis/build/emmanuelroecker/php-w3cvalidator/tests/result/test1/w3c_html_index.html");

var_dump(strcmp($src, $dst));
var_dump(strcmp(utf8_encode($src),utf8_encode($dst)));



0 comments on commit 3c10ba3

Please sign in to comment.