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