* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0 */ /** * @see App\Console\Commands\ClearCache */ it('runs successfully', function (): void { $this->artisan('clear:all_cache') ->assertExitCode(0) ->run(); // TODO: perform additional assertions to ensure the command behaved as expected });