mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 15:26:23 +07:00 
			
		
		
		
	Add workaround to ensure PHPUnit installed by setup-php is used along with PHPUnit-Polyfills
This commit is contained in:
		| @ -18,6 +18,10 @@ add_tools_helper() { | ||||
|     add_extension fileinfo extension >/dev/null 2>&1 | ||||
|     sudo ln -s "${tool_path:?}" "${tool_path_dir:?}"/phpdocumentor 2>/dev/null || true | ||||
|     sudo ln -s "${tool_path:?}" "${tool_path_dir:?}"/phpdoc | ||||
|   elif [[ "$tool" =~ phpunit(-polyfills)?$ ]]; then | ||||
|     if [ -e "${tool_path_dir:?}"/phpunit ]; then | ||||
|       sudo cp "${tool_path_dir:?}"/phpunit "${composer_bin:?}" | ||||
|     fi | ||||
|   elif [[ "$tool" =~ (symfony|vapor|wp)-cli ]]; then | ||||
|     sudo ln -s "${tool_path:?}" "${tool_path_dir:?}"/"${tool%-*}" | ||||
|   fi | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur