From b3cd6855ecb9baae99f133c4795980ff3ab94c80 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 2 Apr 2025 14:15:04 +0000 Subject: [PATCH] fix permissions --- .github/workflows/greetings.yml | 0 .github/workflows/image.yml | 0 .github/workflows/main.yml | 0 .gitignore | 0 Admin/Install/Holidays/DE/2023.xml | 0 Admin/Install/Holidays/DE/2024.xml | 0 Admin/Install/Holidays/DE/2025.xml | 0 Admin/Install/Holidays/DE/2026.xml | 0 Admin/Install/Holidays/DE/2027.xml | 0 Admin/Install/Holidays/DE/2028.xml | 0 Admin/Install/Holidays/DE/2029.xml | 0 Admin/Install/Holidays/DE/2030.xml | 0 Admin/Install/Holidays/DE/2031.xml | 0 Admin/Install/Holidays/DE/2032.xml | 0 Admin/Install/Holidays/DE/2033.xml | 0 Admin/Install/Holidays/DE/2034.xml | 0 Admin/Install/Holidays/DE/2035.xml | 0 Admin/Install/Holidays/DE/2036.xml | 0 Admin/Install/Holidays/DE/2037.xml | 0 Admin/Install/Holidays/DE/2038.xml | 0 Admin/Install/Holidays/DE/2039.xml | 0 Admin/Install/Holidays/DE/2040.xml | 0 Admin/Install/Holidays/DE/2041.xml | 0 Admin/Install/Holidays/DE/2042.xml | 0 Admin/Install/Holidays/DE/2043.xml | 0 Admin/Install/Holidays/DE/2044.xml | 0 Admin/Install/Holidays/DE/2045.xml | 0 Admin/Install/Holidays/DE/2046.xml | 0 Admin/Install/Holidays/DE/2047.xml | 0 Admin/Install/Holidays/DE/2048.xml | 0 Admin/Install/Holidays/DE/2049.xml | 0 Admin/Install/Holidays/DE/2050.xml | 0 Admin/Install/Navigation.install.json | 0 Admin/Install/Navigation.php | 0 Admin/Install/db.json | 0 Admin/Installer.php | 0 Admin/Routes/Web/Backend.php | 0 Admin/Status.php | 0 Admin/Uninstaller.php | 0 Admin/Updater.php | 0 Controller/ApiController.php | 0 Controller/BackendController.php | 0 Controller/Controller.php | 0 Docs/Dev/en/SUMMARY.md | 0 Docs/introduction.md | 0 ICLA.txt | 0 LICENSE.txt | 0 Models/AcceptStatus.php | 0 Models/AvailableStatus.php | 0 Models/Calendar.php | 0 Models/CalendarMapper.php | 0 Models/Event.php | 0 Models/EventMapper.php | 0 Models/EventStatus.php | 0 Models/EventTemplate.php | 0 Models/EventType.php | 0 Models/FrequencyInterval.php | 0 Models/FrequencyRelative.php | 0 Models/FrequencyType.php | 0 Models/IntervalType.php | 0 Models/NullCalendar.php | 0 Models/NullEvent.php | 0 Models/NullSchedule.php | 0 Models/PermissionCategory.php | 0 Models/Schedule.php | 0 Models/ScheduleMapper.php | 0 Models/ScheduleStatus.php | 0 README.md | 0 Theme/Backend/Components/Calendar/BaseView.php | 0 Theme/Backend/Components/Calendar/mini.tpl.php | 0 Theme/Backend/Components/Event/BaseView.php | 0 Theme/Backend/Components/Event/popup.tpl.php | 0 Theme/Backend/Lang/Navigation.de.lang.php | 0 Theme/Backend/Lang/Navigation.en.lang.php | 0 Theme/Backend/Lang/de.lang.php | 0 Theme/Backend/Lang/en.lang.php | 0 Theme/Backend/calendar-create.tpl.php | 0 Theme/Backend/calendar-dashboard.tpl.php | 0 Theme/Backend/calendar-element-create.tpl.php | 0 Theme/Backend/calendar-element-view.tpl.php | 0 Theme/Backend/calendar-view.tpl.php | 0 Theme/Backend/css/styles.css | 0 Theme/Backend/css/styles.scss | 0 Theme/Backend/dashboard-calendar.tpl.php | 0 composer.json | 0 composer.lock | 0 img/module_teaser_small.png | Bin info.json | 0 js/CalendarPreview.js | 0 js/CalendarSub.js | 0 js/Controller.js | 0 js/IntervalEnum.js | 0 js/LayoutEnum.js | 0 tests/Admin/AdminTest.php | 0 tests/Autoloader.php | 0 tests/Bootstrap.php | 0 tests/Models/CalendarMapperTest.php | 0 tests/Models/CalendarTest.php | 0 tests/Models/EventMapperTest.php | 0 tests/Models/EventTest.php | 0 tests/Models/NullCalendarTest.php | 0 tests/Models/NullEventTest.php | 0 tests/Models/NullScheduleTest.php | 0 tests/Models/ScheduleTest.php | 0 tests/phpunit_default.xml | 0 105 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .github/workflows/greetings.yml mode change 100755 => 100644 .github/workflows/image.yml mode change 100755 => 100644 .github/workflows/main.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 Admin/Install/Holidays/DE/2023.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2024.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2025.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2026.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2027.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2028.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2029.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2030.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2031.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2032.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2033.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2034.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2035.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2036.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2037.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2038.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2039.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2040.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2041.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2042.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2043.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2044.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2045.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2046.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2047.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2048.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2049.xml mode change 100755 => 100644 Admin/Install/Holidays/DE/2050.xml mode change 100755 => 100644 Admin/Install/Navigation.install.json mode change 100755 => 100644 Admin/Install/Navigation.php mode change 100755 => 100644 Admin/Install/db.json mode change 100755 => 100644 Admin/Installer.php mode change 100755 => 100644 Admin/Routes/Web/Backend.php mode change 100755 => 100644 Admin/Status.php mode change 100755 => 100644 Admin/Uninstaller.php mode change 100755 => 100644 Admin/Updater.php mode change 100755 => 100644 Controller/ApiController.php mode change 100755 => 100644 Controller/BackendController.php mode change 100755 => 100644 Controller/Controller.php mode change 100755 => 100644 Docs/Dev/en/SUMMARY.md mode change 100755 => 100644 Docs/introduction.md mode change 100755 => 100644 ICLA.txt mode change 100755 => 100644 LICENSE.txt mode change 100755 => 100644 Models/AcceptStatus.php mode change 100755 => 100644 Models/AvailableStatus.php mode change 100755 => 100644 Models/Calendar.php mode change 100755 => 100644 Models/CalendarMapper.php mode change 100755 => 100644 Models/Event.php mode change 100755 => 100644 Models/EventMapper.php mode change 100755 => 100644 Models/EventStatus.php mode change 100755 => 100644 Models/EventTemplate.php mode change 100755 => 100644 Models/EventType.php mode change 100755 => 100644 Models/FrequencyInterval.php mode change 100755 => 100644 Models/FrequencyRelative.php mode change 100755 => 100644 Models/FrequencyType.php mode change 100755 => 100644 Models/IntervalType.php mode change 100755 => 100644 Models/NullCalendar.php mode change 100755 => 100644 Models/NullEvent.php mode change 100755 => 100644 Models/NullSchedule.php mode change 100755 => 100644 Models/PermissionCategory.php mode change 100755 => 100644 Models/Schedule.php mode change 100755 => 100644 Models/ScheduleMapper.php mode change 100755 => 100644 Models/ScheduleStatus.php mode change 100755 => 100644 README.md mode change 100755 => 100644 Theme/Backend/Components/Calendar/BaseView.php mode change 100755 => 100644 Theme/Backend/Components/Calendar/mini.tpl.php mode change 100755 => 100644 Theme/Backend/Components/Event/BaseView.php mode change 100755 => 100644 Theme/Backend/Components/Event/popup.tpl.php mode change 100755 => 100644 Theme/Backend/Lang/Navigation.de.lang.php mode change 100755 => 100644 Theme/Backend/Lang/Navigation.en.lang.php mode change 100755 => 100644 Theme/Backend/Lang/de.lang.php mode change 100755 => 100644 Theme/Backend/Lang/en.lang.php mode change 100755 => 100644 Theme/Backend/calendar-create.tpl.php mode change 100755 => 100644 Theme/Backend/calendar-dashboard.tpl.php mode change 100755 => 100644 Theme/Backend/calendar-element-create.tpl.php mode change 100755 => 100644 Theme/Backend/calendar-element-view.tpl.php mode change 100755 => 100644 Theme/Backend/calendar-view.tpl.php mode change 100755 => 100644 Theme/Backend/css/styles.css mode change 100755 => 100644 Theme/Backend/css/styles.scss mode change 100755 => 100644 Theme/Backend/dashboard-calendar.tpl.php mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock mode change 100755 => 100644 img/module_teaser_small.png mode change 100755 => 100644 info.json mode change 100755 => 100644 js/CalendarPreview.js mode change 100755 => 100644 js/CalendarSub.js mode change 100755 => 100644 js/Controller.js mode change 100755 => 100644 js/IntervalEnum.js mode change 100755 => 100644 js/LayoutEnum.js mode change 100755 => 100644 tests/Admin/AdminTest.php mode change 100755 => 100644 tests/Autoloader.php mode change 100755 => 100644 tests/Bootstrap.php mode change 100755 => 100644 tests/Models/CalendarMapperTest.php mode change 100755 => 100644 tests/Models/CalendarTest.php mode change 100755 => 100644 tests/Models/EventMapperTest.php mode change 100755 => 100644 tests/Models/EventTest.php mode change 100755 => 100644 tests/Models/NullCalendarTest.php mode change 100755 => 100644 tests/Models/NullEventTest.php mode change 100755 => 100644 tests/Models/NullScheduleTest.php mode change 100755 => 100644 tests/Models/ScheduleTest.php mode change 100755 => 100644 tests/phpunit_default.xml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2023.xml b/Admin/Install/Holidays/DE/2023.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2024.xml b/Admin/Install/Holidays/DE/2024.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2025.xml b/Admin/Install/Holidays/DE/2025.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2026.xml b/Admin/Install/Holidays/DE/2026.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2027.xml b/Admin/Install/Holidays/DE/2027.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2028.xml b/Admin/Install/Holidays/DE/2028.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2029.xml b/Admin/Install/Holidays/DE/2029.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2030.xml b/Admin/Install/Holidays/DE/2030.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2031.xml b/Admin/Install/Holidays/DE/2031.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2032.xml b/Admin/Install/Holidays/DE/2032.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2033.xml b/Admin/Install/Holidays/DE/2033.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2034.xml b/Admin/Install/Holidays/DE/2034.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2035.xml b/Admin/Install/Holidays/DE/2035.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2036.xml b/Admin/Install/Holidays/DE/2036.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2037.xml b/Admin/Install/Holidays/DE/2037.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2038.xml b/Admin/Install/Holidays/DE/2038.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2039.xml b/Admin/Install/Holidays/DE/2039.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2040.xml b/Admin/Install/Holidays/DE/2040.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2041.xml b/Admin/Install/Holidays/DE/2041.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2042.xml b/Admin/Install/Holidays/DE/2042.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2043.xml b/Admin/Install/Holidays/DE/2043.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2044.xml b/Admin/Install/Holidays/DE/2044.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2045.xml b/Admin/Install/Holidays/DE/2045.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2046.xml b/Admin/Install/Holidays/DE/2046.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2047.xml b/Admin/Install/Holidays/DE/2047.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2048.xml b/Admin/Install/Holidays/DE/2048.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2049.xml b/Admin/Install/Holidays/DE/2049.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Holidays/DE/2050.xml b/Admin/Install/Holidays/DE/2050.xml old mode 100755 new mode 100644 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json old mode 100755 new mode 100644 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php old mode 100755 new mode 100644 diff --git a/Admin/Install/db.json b/Admin/Install/db.json old mode 100755 new mode 100644 diff --git a/Admin/Installer.php b/Admin/Installer.php old mode 100755 new mode 100644 diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php old mode 100755 new mode 100644 diff --git a/Admin/Status.php b/Admin/Status.php old mode 100755 new mode 100644 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php old mode 100755 new mode 100644 diff --git a/Admin/Updater.php b/Admin/Updater.php old mode 100755 new mode 100644 diff --git a/Controller/ApiController.php b/Controller/ApiController.php old mode 100755 new mode 100644 diff --git a/Controller/BackendController.php b/Controller/BackendController.php old mode 100755 new mode 100644 diff --git a/Controller/Controller.php b/Controller/Controller.php old mode 100755 new mode 100644 diff --git a/Docs/Dev/en/SUMMARY.md b/Docs/Dev/en/SUMMARY.md old mode 100755 new mode 100644 diff --git a/Docs/introduction.md b/Docs/introduction.md old mode 100755 new mode 100644 diff --git a/ICLA.txt b/ICLA.txt old mode 100755 new mode 100644 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Models/AcceptStatus.php b/Models/AcceptStatus.php old mode 100755 new mode 100644 diff --git a/Models/AvailableStatus.php b/Models/AvailableStatus.php old mode 100755 new mode 100644 diff --git a/Models/Calendar.php b/Models/Calendar.php old mode 100755 new mode 100644 diff --git a/Models/CalendarMapper.php b/Models/CalendarMapper.php old mode 100755 new mode 100644 diff --git a/Models/Event.php b/Models/Event.php old mode 100755 new mode 100644 diff --git a/Models/EventMapper.php b/Models/EventMapper.php old mode 100755 new mode 100644 diff --git a/Models/EventStatus.php b/Models/EventStatus.php old mode 100755 new mode 100644 diff --git a/Models/EventTemplate.php b/Models/EventTemplate.php old mode 100755 new mode 100644 diff --git a/Models/EventType.php b/Models/EventType.php old mode 100755 new mode 100644 diff --git a/Models/FrequencyInterval.php b/Models/FrequencyInterval.php old mode 100755 new mode 100644 diff --git a/Models/FrequencyRelative.php b/Models/FrequencyRelative.php old mode 100755 new mode 100644 diff --git a/Models/FrequencyType.php b/Models/FrequencyType.php old mode 100755 new mode 100644 diff --git a/Models/IntervalType.php b/Models/IntervalType.php old mode 100755 new mode 100644 diff --git a/Models/NullCalendar.php b/Models/NullCalendar.php old mode 100755 new mode 100644 diff --git a/Models/NullEvent.php b/Models/NullEvent.php old mode 100755 new mode 100644 diff --git a/Models/NullSchedule.php b/Models/NullSchedule.php old mode 100755 new mode 100644 diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php old mode 100755 new mode 100644 diff --git a/Models/Schedule.php b/Models/Schedule.php old mode 100755 new mode 100644 diff --git a/Models/ScheduleMapper.php b/Models/ScheduleMapper.php old mode 100755 new mode 100644 diff --git a/Models/ScheduleStatus.php b/Models/ScheduleStatus.php old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Calendar/BaseView.php b/Theme/Backend/Components/Calendar/BaseView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Calendar/mini.tpl.php b/Theme/Backend/Components/Calendar/mini.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Event/BaseView.php b/Theme/Backend/Components/Event/BaseView.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Components/Event/popup.tpl.php b/Theme/Backend/Components/Event/popup.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/calendar-create.tpl.php b/Theme/Backend/calendar-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/calendar-dashboard.tpl.php b/Theme/Backend/calendar-dashboard.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/calendar-element-create.tpl.php b/Theme/Backend/calendar-element-create.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/calendar-element-view.tpl.php b/Theme/Backend/calendar-element-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/calendar-view.tpl.php b/Theme/Backend/calendar-view.tpl.php old mode 100755 new mode 100644 diff --git a/Theme/Backend/css/styles.css b/Theme/Backend/css/styles.css old mode 100755 new mode 100644 diff --git a/Theme/Backend/css/styles.scss b/Theme/Backend/css/styles.scss old mode 100755 new mode 100644 diff --git a/Theme/Backend/dashboard-calendar.tpl.php b/Theme/Backend/dashboard-calendar.tpl.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 diff --git a/img/module_teaser_small.png b/img/module_teaser_small.png old mode 100755 new mode 100644 diff --git a/info.json b/info.json old mode 100755 new mode 100644 diff --git a/js/CalendarPreview.js b/js/CalendarPreview.js old mode 100755 new mode 100644 diff --git a/js/CalendarSub.js b/js/CalendarSub.js old mode 100755 new mode 100644 diff --git a/js/Controller.js b/js/Controller.js old mode 100755 new mode 100644 diff --git a/js/IntervalEnum.js b/js/IntervalEnum.js old mode 100755 new mode 100644 diff --git a/js/LayoutEnum.js b/js/LayoutEnum.js old mode 100755 new mode 100644 diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php old mode 100755 new mode 100644 diff --git a/tests/Autoloader.php b/tests/Autoloader.php old mode 100755 new mode 100644 diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php old mode 100755 new mode 100644 diff --git a/tests/Models/CalendarMapperTest.php b/tests/Models/CalendarMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/CalendarTest.php b/tests/Models/CalendarTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/EventMapperTest.php b/tests/Models/EventMapperTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/EventTest.php b/tests/Models/EventTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullCalendarTest.php b/tests/Models/NullCalendarTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullEventTest.php b/tests/Models/NullEventTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/NullScheduleTest.php b/tests/Models/NullScheduleTest.php old mode 100755 new mode 100644 diff --git a/tests/Models/ScheduleTest.php b/tests/Models/ScheduleTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit_default.xml b/tests/phpunit_default.xml old mode 100755 new mode 100644