Skip to content

Commit

Permalink
update skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed May 3, 2024
1 parent 1ef1a70 commit 06092a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends BaseApplication
{
public const string SkeletonVersion = '11.0.3';
public const string SkeletonVersion = '11.0.6';

public const string BreezeVersion = '2.0.0';
}
9 changes: 0 additions & 9 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ protected function setUp(): void
Http::preventStrayRequests();
}

public function createApplication(): Application
{
$app = require __DIR__ . '/../bootstrap/app.php';

$app->make(Kernel::class)->bootstrap();

return $app;
}

public function withPermissions(int $permissions): self
{
return $this->actingAs(
Expand Down

0 comments on commit 06092a7

Please sign in to comment.