From 839b4985819431dbc9c030c6886d339abaf1e18b Mon Sep 17 00:00:00 2001 From: Rene Reimann Date: Fri, 22 Jan 2016 09:55:31 +0100 Subject: [PATCH] #41 attachment_integration - fix test image --- .../WpIntegration/Import/Service/WpAttachmentImporterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WpIntegration/Import/Service/WpAttachmentImporterTest.php b/tests/phpunit/WpIntegration/Import/Service/WpAttachmentImporterTest.php index e6b4195..a3382c9 100644 --- a/tests/phpunit/WpIntegration/Import/Service/WpAttachmentImporterTest.php +++ b/tests/phpunit/WpIntegration/Import/Service/WpAttachmentImporterTest.php @@ -77,7 +77,7 @@ public function test_import_post() { * Now define the behaviour of the mock object. Each of the specified * methods ( @see ImportPostInterface ) should return a proper value! */ - $origin_attachment_url = 'http://inpsyde.com/wp-content/themes/i/assets/img/logo.pg'; + $origin_attachment_url = 'http://inpsyde.com/wp-content/themes/i/assets/img/logo.png'; $postdata = array( 'title' => $origin_attachment_url,