Skip to content

Commit

Permalink
Merge branch '7.x' into 8.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 22, 2023
2 parents b0e7321 + 8ec4b82 commit 39428ca
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .phpunit.cache/test-results

This file was deleted.

9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
},
"autoload-dev": {
"psr-4": {
"Orchestra\\Canvas\\Tests\\": "tests/",
"Workbench\\App\\": "workbench/app/",
"Workbench\\Database\\Factories\\": "workbench/database/factories/",
"Workbench\\Database\\Seeders\\": "workbench/database/seeders/"
"Orchestra\\Canvas\\Tests\\": "tests/"
}
},
"require": {
Expand Down Expand Up @@ -68,8 +65,8 @@
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"lint": [
"@php vendor/bin/phpstan analyse",
"@php vendor/bin/pint"
"@php vendor/bin/pint",
"@php vendor/bin/phpstan analyse"
],
"test": "@php vendor/bin/phpunit -c ./ --color",
"ci": [
Expand Down
1 change: 0 additions & 1 deletion src/Presets/PackageWorkbench.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Orchestra\Canvas\Presets;

use Orchestra\Canvas\Core\Presets\Preset;
use Orchestra\Workbench\Workbench;

use function Orchestra\Testbench\workbench_path;

Expand Down
1 change: 0 additions & 1 deletion tests/Feature/Presets/PackageWorkbenchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Orchestra\Canvas\Presets\PackageWorkbench;
use Orchestra\Testbench\Concerns\WithWorkbench;
use Orchestra\Testbench\TestCase;
use Orchestra\Workbench\Workbench;

use function Orchestra\Testbench\package_path;
use function Orchestra\Testbench\workbench_path;
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit 39428ca

Please sign in to comment.