Skip to content

Commit 9fd3ba1

Browse files
Update AGENTS.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f3b89a9 commit 9fd3ba1

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
@@ -33,10 +33,10 @@ composer phpunit
3333
composer install-wp-tests # First-time setup
3434

3535
# Run a specific PHP test file
36-
phpunit tests/test-replacer.php
36+
composer phpunit -- tests/test-replacer.php
3737

3838
# Run a specific test method
39-
phpunit --filter="test_method_name"
39+
composer phpunit -- --filter="test_method_name"
4040

4141
# JavaScript tests
4242
npm test

0 commit comments

Comments
 (0)