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, Jul 27, 20:35 (4 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2571192
Default Alt Text
AppServiceProviderTest.php (279 B)

Event Timeline