Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit f4b7723

Browse files
committed
enable pest
1 parent 8da18c8 commit f4b7723

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

php-saas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
77
require __DIR__.'/vendor/autoload.php';
88
}
99

10-
$app = new Symfony\Component\Console\Application('PHP-SaaS Cli', '0.7.0');
10+
$app = new Symfony\Component\Console\Application('PHP-SaaS Cli', '0.8.0');
1111
$app->add(new PHPSaaS\Cli\NewCommand);
1212

1313
$app->run();

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function collectInputs(): void
125125

126126
$this->tests = select('Which testing framework would you like to use?', [
127127
'phpunit' => 'PHPUnit',
128-
'pest' => 'Pest (coming soon)',
128+
'pest' => 'Pest',
129129
]);
130130

131131
$this->projects = select('Do you want Projects, Organizations or Teams?', [

0 commit comments

Comments
 (0)