Skip to content

SDO-923: Add check for symlink function existence#71

Merged
Chrico merged 2 commits intomasterfrom
feature/fix-symlink
Feb 20, 2026
Merged

SDO-923: Add check for symlink function existence#71
Chrico merged 2 commits intomasterfrom
feature/fix-symlink

Conversation

@Chrico
Copy link
Member

@Chrico Chrico commented Feb 20, 2026

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Check if symlink function exists before proceeding.

Other information

  • Some hosters do not support symlink creation via PHP which leads to:
PHP message: PHP Fatal error: Uncaught Error: Call to undefined function symlink() in ....

Check if symlink function exists before proceeding.

Signed-off-by: Christian Leucht <c.leucht@inpsyde.com>
@Chrico Chrico requested a review from o-samaras February 20, 2026 10:35
@severinil severinil changed the title Add check for symlink function existence SDO-923: Add check for symlink function existence Feb 20, 2026
Signed-off-by: Christian Leucht <c.leucht@inpsyde.com>
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.15%. Comparing base (795ffaf) to head (27cce65).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #71   +/-   ##
=========================================
  Coverage     88.15%   88.15%           
  Complexity      343      343           
=========================================
  Files            27       27           
  Lines           979      979           
=========================================
  Hits            863      863           
  Misses          116      116           
Flag Coverage Δ
unittests 88.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

@o-samaras o-samaras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@Chrico Chrico merged commit 3b30fb2 into master Feb 20, 2026
12 checks passed
@Chrico Chrico deleted the feature/fix-symlink branch February 20, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants