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