예제 #1
0
 public function testRegister()
 {
     $app = new Application(__DIR__ . '../');
     $app->register(new RolesServiceProvider());
     $app->boot();
     $this->assertInstanceOf('Phansible\\RoleManager', $app['roles']);
 }