github.com/dolthub/go-mysql-server@v0.18.0/_integration/php/Makefile (about) 1 vendor/autoload.php: 2 composer install 3 4 dependencies: vendor/autoload.php 5 6 test: dependencies 7 ./vendor/bin/phpunit --bootstrap=vendor/autoload.php tests/MySQLTest 8 9 .PHONY: test