Skip to content

Commit 806aaf5

Browse files
author
Ibrahim BinAlshikh
committed
fix(test): update HelpCommandTest for new routes and services commands
1 parent f4d8f58 commit 806aaf5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/WebFiori/Framework/Tests/Cli/HelpCommandTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@ public function test00() {
5555
" queue:status: Show pending and failed job counts.\n",
5656
" queue:retry: Retry or flush failed queue jobs.\n",
5757
" queue:work: Process queue jobs continuously.\n",
58+
" routes:\n",
59+
" routes:cache: Build the route cache for production.\n",
60+
" routes:clear: Clear the route cache.\n",
5861
" scheduler:\n",
5962
" scheduler:run: Run the tasks scheduler check.\n",
6063
" scheduler:daemon: Run the scheduler in a loop for a limited duration.\n",
64+
" services:\n",
65+
" services:list: List all auto-discovered API services.\n",
6166
" scheduler: Run tasks scheduler.\n",
6267
], $this->executeMultiCommand([
6368
'help',

0 commit comments

Comments
 (0)