Skip to content

Commit

Permalink
move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gaal committed Aug 10, 2022
1 parent 4b49c8a commit c34543b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
Expand Down
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
File::get(base_path().'/stubs/aliases.json.stub')
);
})
->in('Feature');
->in('Unit');

/*
|--------------------------------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c34543b

Please sign in to comment.