Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
kingflamez
/
laravelrave
/
tests
/
Unit
Location:
/home/zoteqbgb/public_html/vendor/kingflamez/laravelrave/tests/Unit
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: RaveServiceProviderTests.php
<?php namespace Tests\Unit; use Tests\TestCase; use KingFlamez\Rave\Rave; class RaveServiceProviderTests extends TestCase { /** * Tests if service provider Binds alias "laravelrave" to \KingFlamez\Rave\Rave * * @test */ public function isBound() { $this->assertTrue($this->app->bound('laravelrave')); } /** * Test if service provider returns \Rave as alias for \KingFlamez\Rave\Rave * * @test */ public function hasAliased() { $this->assertTrue($this->app->isAlias("KingFlamez\Rave\Rave")); $this->assertEquals('laravelrave', $this->app->getAlias("KingFlamez\Rave\Rave")); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
RaveServiceProviderTests.php
676 bytes
0644
2023-08-20 20:22
âï¸
ðï¸
Rename
UnitTests.php
3,020 bytes
0644
2023-08-20 20:22
âï¸
ðï¸
Rename
Chang
Apply