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
Fri, Sep 12, 19:56 (23 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2965558
Default Alt Text
AppServiceProviderTest.php (279 B)

Event Timeline