From 060ec455b3948e6891e601d3e679c41dc39734f2 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 4 Mar 2024 12:44:40 +0000 Subject: [PATCH] fix --- tests/e2e/Services/Locale/LocaleBase.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e/Services/Locale/LocaleBase.php b/tests/e2e/Services/Locale/LocaleBase.php index 17b5c66d67..872ec8449f 100644 --- a/tests/e2e/Services/Locale/LocaleBase.php +++ b/tests/e2e/Services/Locale/LocaleBase.php @@ -227,9 +227,9 @@ trait LocaleBase /** * Test for SUCCESS */ - $languages = require('app/config/locale/codes.php'); - $defaultCountries = require('app/config/locale/countries.php'); - $defaultContinents = require('app/config/locale/continents.php'); + $languages = require(__DIR__ . '/../../../../app/config/locale/codes.php'); + $defaultCountries = require(__DIR__ . '/../../../../app/config/locale/countries.php'); + $defaultContinents = require(__DIR__ . '/../../../../app/config/locale/continents.php'); foreach ($languages as $lang) { $response = $this->client->call(Client::METHOD_GET, '/locale/countries', [