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 21, 2023
2 parents 0b651ac + c2bf58e commit de99b0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.phpunit.cache export-ignore
/canvas.yaml export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml export-ignore
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"scripts": {
"post-autoload-dump": "@prepare",
"prepare": "@php ./vendor/bin/testbench package:discover --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"lint": [
"@php vendor/bin/phpstan analyse",
"@php vendor/bin/pint"
Expand Down
3 changes: 0 additions & 3 deletions src/Testing/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace Orchestra\Canvas\Core\Testing;

use Composer\InstalledVersions;
use Composer\Semver\VersionParser;

class TestCase extends \Orchestra\Testbench\TestCase
{
use Concerns\InteractsWithPublishedFiles;
Expand Down

0 comments on commit de99b0a

Please sign in to comment.