Skip to content

Commit

Permalink
Alias winter:test to test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Dec 7, 2024
1 parent 1da2568 commit 51af67d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/system/console/WinterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace System\Console;

use Illuminate\Console\Command;
use Symfony\Component\Process\Exception\ProcessSignaledException;
use Symfony\Component\Process\ExecutableFinder;
use Symfony\Component\Process\Process;
use System\Classes\PluginManager;
use Winter\Storm\Console\Command;
use Winter\Storm\Exception\ApplicationException;
use Winter\Storm\Filesystem\PathResolver;
use Winter\Storm\Support\Facades\Config;
Expand Down Expand Up @@ -52,6 +52,10 @@ class WinterTest extends Command
*/
protected $phpUnitExec = null;

protected $replaces = [
'test',
];

/**
* Create a new command instance.
*
Expand Down

0 comments on commit 51af67d

Please sign in to comment.