From b6c464bac1e2e926e6a80784d3ca825bce23415c Mon Sep 17 00:00:00 2001 From: Bertrand Dunogier Date: Mon, 17 Nov 2014 18:38:07 +0100 Subject: [PATCH] EZP-23653: shortened path to API tests fixtures --- .../API/Repository/Tests/SetupFactory/Legacy.php | 2 +- ...eZ-Publish-Demo-Design-without-demo-content1.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {eZ/Publish/Core/Repository/Tests/Service/Integration/Legacy/_fixtures/var => var}/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png (100%) diff --git a/eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php b/eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php index 982d002510..fa4d0c64fd 100644 --- a/eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php +++ b/eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php @@ -234,7 +234,7 @@ public function insertData() protected function getInitialVarDir() { - return __DIR__ . '/../../../../Core/Repository/Tests/Service/Integration/Legacy/_fixtures/var'; + return __DIR__ . '/../../../../../../var'; } protected function cleanupVarDir( $sourceDir ) diff --git a/eZ/Publish/Core/Repository/Tests/Service/Integration/Legacy/_fixtures/var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png b/var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png similarity index 100% rename from eZ/Publish/Core/Repository/Tests/Service/Integration/Legacy/_fixtures/var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png rename to var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png