kopia lustrzana https://github.com/nextcloud/social
				
				
				
			
		
			
				
	
	
		
			12 wiersze
		
	
	
		
			287 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			12 wiersze
		
	
	
		
			287 B
		
	
	
	
		
			PHP
		
	
	
<?php
 | 
						|
/**
 | 
						|
 * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
 | 
						|
 * SPDX-License-Identifier: AGPL-3.0-or-later
 | 
						|
 */
 | 
						|
 | 
						|
require_once __DIR__ . '/../../../tests/bootstrap.php';
 | 
						|
require_once __DIR__ . '/../vendor/autoload.php';
 | 
						|
 | 
						|
OC_App::loadApp('social');
 | 
						|
OC_Hook::clear();
 |