Remove wrong tests
This commit is contained in:
parent
34cda5ba05
commit
15599c2eea
2 changed files with 0 additions and 14 deletions
8
Makefile
8
Makefile
|
|
@ -41,10 +41,6 @@ help:
|
|||
######################
|
||||
## Tests and linter ##
|
||||
######################
|
||||
.PHONY: test
|
||||
test: vendor/bin/phpunit ## Run the test suite
|
||||
$(PHP) vendor/bin/phpunit --bootstrap ./tests/bootstrap.php ./tests
|
||||
|
||||
.PHONY: lint
|
||||
lint: vendor/bin/phpcs ## Run the linter on the PHP files
|
||||
$(PHP) vendor/bin/phpcs . -p -s
|
||||
|
|
@ -57,10 +53,6 @@ bin/composer:
|
|||
mkdir -p bin/
|
||||
wget 'https://raw.githubusercontent.com/composer/getcomposer.org/a19025d6c0a1ff9fc1fac341128b2823193be462/web/installer' -O - -q | php -- --quiet --install-dir='./bin/' --filename='composer'
|
||||
|
||||
vendor/bin/phpunit: bin/composer
|
||||
bin/composer install --prefer-dist --no-progress
|
||||
ln -s ../vendor/bin/phpunit bin/phpunit
|
||||
|
||||
vendor/bin/phpcs: bin/composer
|
||||
bin/composer install --prefer-dist --no-progress
|
||||
ln -s ../vendor/bin/phpcs bin/phpcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue