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 e49c035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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';
}
11 changes: 0 additions & 11 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace Tests;

use App\Application;
use App\Models\User;
use Illuminate\Contracts\Console\Kernel;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\Relation;
use Illuminate\Foundation\Http\FormRequest;
Expand Down Expand Up @@ -33,15 +31,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 e49c035

Please sign in to comment.