output->success('`tests/Pest.php` created successfully.'); if (!(bool) $this->option('no-interaction')) { (new Thanks($this->output))(); } } /** * Determine if this is a Lumen application. */ private function isLumen(): bool { /* @phpstan-ignore-next-line */ return Str::startsWith(app()->version(), 'Lumen'); } }