Skip to content

Commit 07a37a9

Browse files
committed
fixed phpunit url
1 parent d866530 commit 07a37a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function fileProvider() {
281281
* @access public
282282
*/
283283
public function urlProvider() {
284-
$url = 'http://localhost/wp-content/plugins/wp-visualizer/samples/bar.csv';
284+
$url = 'https://demo.themeisle.com/wp-content/plugins/visualizer/samples/bar.csv';
285285
$file = download_url( $url );
286286
list($content, $series) = $this->parseFile( $file );
287287
unlink( $file );

0 commit comments

Comments
 (0)