File: rules

package info (click to toggle)
phpunit-environment 8.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 29,608 kB
  • sloc: php: 434; xml: 47; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	phpab --output src/autoload.php src
	# Workaround to ensure the local class takes precedence during tests.
	mkdir --parents SebastianBergmann
	ln -s ../src SebastianBergmann/Environment

override_dh_auto_test:
	phpunit --bootstrap src/autoload.php