mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 08:54:06 +00:00
drop laravel < 9 support
This commit is contained in:
parent
eca3b79118
commit
89c5029fd6
7 changed files with 20 additions and 32 deletions
|
|
@ -12,10 +12,6 @@ class ViteBundlerTest extends TestCase
|
|||
/** @test */
|
||||
public function the_vite_helper_uses_our_custom_class()
|
||||
{
|
||||
if (version_compare(app()->version(), '9.0', '<')) {
|
||||
$this->markTestSkipped('Vite is only used in Laravel 9+');
|
||||
}
|
||||
|
||||
$vite = app(\Illuminate\Foundation\Vite::class);
|
||||
|
||||
$this->assertInstanceOf(\Illuminate\Foundation\Vite::class, $vite);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue