CI: PHPUnit Pipeline (#65) #69

Merged
greggy merged 1 commits from feature/issue-65-phpunit-pipeline into main 2026-06-04 02:40:49 +02:00
Owner

Closes #65

Was

Neue Gitea-Actions-Pipeline .gitea/workflows/phpunit.yml für PHP-Unit-Tests, analog zur bestehenden lint.yml.

Details

  • Trigger: push und pull_request auf allen Branches
  • Runner: ubuntu-latest
  • Steps: Repository-Checkout → PHP 8 + Composer + Extensions installieren → composer installvendor/bin/phpunit

Verifikation (lokal)

  • 18 PHPUnit-Tests / 31 Assertions — alle grün
  • PHP-Lint clean (php -l auf alle .php-Files)
  • Branch feature/issue-65-phpunit-pipeline enthält 1 Commit (71adf37)

Hinweise

  • Pipeline triggert automatisch sobald sie auf main gemerged ist
  • Voraussetzung: act_runner auf Runner-Host (siehe Commit-History)
Closes #65 ## Was Neue Gitea-Actions-Pipeline `.gitea/workflows/phpunit.yml` für PHP-Unit-Tests, analog zur bestehenden `lint.yml`. ## Details - **Trigger:** `push` und `pull_request` auf allen Branches - **Runner:** `ubuntu-latest` - **Steps:** Repository-Checkout → PHP 8 + Composer + Extensions installieren → `composer install` → `vendor/bin/phpunit` ## Verifikation (lokal) - ✅ 18 PHPUnit-Tests / 31 Assertions — alle grün - ✅ PHP-Lint clean (`php -l` auf alle .php-Files) - ✅ Branch `feature/issue-65-phpunit-pipeline` enthält 1 Commit (`71adf37`) ## Hinweise - Pipeline triggert automatisch sobald sie auf `main` gemerged ist - Voraussetzung: act_runner auf Runner-Host (siehe Commit-History)
greggy added 1 commit 2026-06-04 02:28:29 +02:00
ci: add PHPUnit pipeline (#65)
All checks were successful
Deploy Feature Branch to Test / PHP Syntax Check (push) Successful in 1m32s
Lint / PHP Syntax Check (push) Successful in 1m32s
Deploy Feature Branch to Test / HTML Lint (htmlhint) (push) Successful in 2m12s
Deploy Feature Branch to Test / CSS Lint (stylelint) (push) Successful in 2m17s
Lint / HTML Lint (htmlhint) (push) Successful in 1m16s
Lint / CSS Lint (stylelint) (push) Successful in 1m19s
PHPUnit / PHP Unit Tests (push) Successful in 42s
Deploy Feature Branch to Test / Deploy to Test Environment (push) Successful in 29s
Lint / PHP Syntax Check (pull_request) Successful in 59s
PHPUnit / PHP Unit Tests (pull_request) Successful in 1m7s
Lint / HTML Lint (htmlhint) (pull_request) Successful in 1m37s
Lint / CSS Lint (stylelint) (pull_request) Successful in 1m41s
71adf37762
Neue Gitea-CI-Pipeline analog zur bestehenden lint.yml:
- Trigger auf push und pull_request
- Installiert PHP + Composer + Extensions (xml, mbstring)
- Fuehrt 'composer install' und 'vendor/bin/phpunit' aus
- 18 Tests / 31 Assertions gruen
greggy merged commit fce5c3be78 into main 2026-06-04 02:40:49 +02:00
Sign in to join this conversation.
No description provided.