We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d866530 commit 07a37a9Copy full SHA for 07a37a9
tests/test-import.php
@@ -281,7 +281,7 @@ public function fileProvider() {
281
* @access public
282
*/
283
public function urlProvider() {
284
- $url = 'http://localhost/wp-content/plugins/wp-visualizer/samples/bar.csv';
+ $url = 'https://demo.themeisle.com/wp-content/plugins/visualizer/samples/bar.csv';
285
$file = download_url( $url );
286
list($content, $series) = $this->parseFile( $file );
287
unlink( $file );
0 commit comments