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
Sun, Aug 24, 05:07 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2868467
Default Alt Text
AppServiceProviderTest.php (279 B)

Event Timeline