From 497e505775de6b9b49f91137002dffbe4e927bcc Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 23 Feb 2023 10:57:57 +0200 Subject: [PATCH] longtext.txt --- tests/e2e/Services/Databases/DatabasesBase.php | 2 +- tests/e2e/Services/Databases/{longtext => longtext.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/e2e/Services/Databases/{longtext => longtext.txt} (100%) diff --git a/tests/e2e/Services/Databases/DatabasesBase.php b/tests/e2e/Services/Databases/DatabasesBase.php index 412832cc64..baccc859a7 100644 --- a/tests/e2e/Services/Databases/DatabasesBase.php +++ b/tests/e2e/Services/Databases/DatabasesBase.php @@ -1018,7 +1018,7 @@ trait DatabasesBase 'data' => [ 'title' => 'title', 'releaseYear' => 2020, - 'longtext' => file_get_contents(__DIR__ . '/longtext'), + 'longtext' => file_get_contents(__DIR__ . '/longtext.txt'), ], 'permissions' => [ Permission::read(Role::user($this->getUser()['$id'])), diff --git a/tests/e2e/Services/Databases/longtext b/tests/e2e/Services/Databases/longtext.txt similarity index 100% rename from tests/e2e/Services/Databases/longtext rename to tests/e2e/Services/Databases/longtext.txt