File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ An ownCloud Server (OC10) app providing TOTP (Time-based One-Time Password) seco
1717- ` l10n/ ` — Localization/translation files
1818- ` templates/ ` — PHP templates for settings UI
1919- ` screenshots/ ` — UI screenshots for documentation
20- - ` tests/ ` — PHPUnit unit and integration tests
20+ - ` tests/ ` — PHPUnit unit and acceptance tests
2121- ` Makefile ` — Build and test orchestration
2222- ` composer.json ` — PHP dependencies
2323- ` phpcs.xml ` — Code style configuration
@@ -43,10 +43,10 @@ make test-php-style # Check code style (phpcs)
4343make test-php-style-fix # Auto-fix code style issues
4444make test-php-phan # Run Phan static analysis
4545make test-php-phpstan # Run PHPStan static analysis
46+ make test-acceptance-webui # Run WebUI acceptance tests
4647make dist # Build distribution package
4748make clean # Clean build artifacts
4849phpunit -c phpunit.xml # Run unit tests directly
49- phpunit -c phpunit.integration.xml # Run integration tests
5050```
5151
5252## Important Constraints
You can’t perform that action at this time.
0 commit comments