Test-Command: mkdir --parents vendor \
	&& phpab --output vendor/autoload.php \
	--template debian/autoload.ci.php.tpl \
	--exclude tests/Composer/Test/Plugin/Fixtures/plugin-v9/Installer/Plugin.php \
	--exclude tests/Composer/Test/Plugin/Fixtures/plugin-v2/Installer/Plugin2.php \
	--exclude tests/Composer/Test/Plugin/Fixtures/plugin-v3/Installer/Plugin2.php \
	--exclude tests/Composer/Test/Autoload/Fixtures/autoload_static_functions_with_removed_include_paths_and_autolad_files.php \
	--exclude tests/Composer/Test/Autoload/Fixtures/autoload_static_functions_with_include_paths.php \
	--exclude tests/Composer/Test/Autoload/Fixtures/autoload_real_functions_with_include_paths.php \
	--exclude tests/Composer/Test/Autoload/Fixtures/autoload_real_functions_with_removed_include_paths_and_autolad_files.php \
	tests/Composer/Test \
	&& phpunit --exclude-group remote,git
Depends: @, git, mercurial, php-mbstring, php-zip, phpab, phpunit, xz-utils
