Page MenuHomeDevCentral

AppServiceProviderTest.php
No OneTemporary

AppServiceProviderTest.php

<?php
namespace Nasqueron\Notifications\Tests\Providers;
class AppServiceProviderTest extends TestCase {
public function testType () {
$this->assertServiceInstanceOf(
'Illuminate\Contracts\Foundation\Application',
'app'
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 26, 16:30 (19 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2315264
Default Alt Text
AppServiceProviderTest.php (279 B)

Event Timeline