Skip to content

Commit

Permalink
create tests folders
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Mar 20, 2024
1 parent 93a2bdf commit 2244a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
'routes' => ['path' => 'routes', 'generate' => true],

// tests/
'test-unit' => ['path' => 'tests/Unit', 'generate' => false],
'test-feature' => ['path' => 'tests/Feature', 'generate' => false],
'test-unit' => ['path' => 'tests/Unit', 'generate' => true],
'test-feature' => ['path' => 'tests/Feature', 'generate' => true],
],
],

Expand Down

0 comments on commit 2244a05

Please sign in to comment.