Skip to content

Commit e5ab04f

Browse files
authored
docs: adjust the test commands in the agents doc
Co-authored-by: Phil Davis <phil@jankaritech.com>
1 parent a90a581 commit e5ab04f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
4343
make test-php-style-fix # Auto-fix code style issues
4444
make test-php-phan # Run Phan static analysis
4545
make test-php-phpstan # Run PHPStan static analysis
46+
make test-acceptance-webui # Run WebUI acceptance tests
4647
make dist # Build distribution package
4748
make clean # Clean build artifacts
4849
phpunit -c phpunit.xml # Run unit tests directly
49-
phpunit -c phpunit.integration.xml # Run integration tests
5050
```
5151

5252
## Important Constraints

0 commit comments

Comments
 (0)