Page MenuHomeDevCentral

RouteServiceProviderTest.php
No OneTemporary

RouteServiceProviderTest.php

<?php
namespace Nasqueron\Notifications\Tests\Providers;
class RouteServiceProviderTest extends TestCase {
public function testType () {
$this->assertServiceInstanceOf(
'Illuminate\Routing\Router',
'router'
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jun 16, 00:10 (1 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2714907
Default Alt Text
RouteServiceProviderTest.php (266 B)

Event Timeline