Skip to content

Commit

Permalink
Clean up bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Nov 17, 2023
1 parent 24c4e76 commit ed5c79a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
5 changes: 5 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
cd $(dirname $0)/../tests/Fixture

bin/console $@
2 changes: 0 additions & 2 deletions bin/infection
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ export APP_ENV=test
export APP_DEBUG=1
export XDEBUG_MODE=coverage

# Next line not needed for now as the composer level integration works fine
#[ ! -f "infection/infection.phar" ] && bin/install-infection
vendor/bin/infection --threads=max $@
11 changes: 0 additions & 11 deletions bin/install-infection

This file was deleted.

3 changes: 3 additions & 0 deletions bin/prepare-commit
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ php -d "zend.assertions=1" vendor/bin/phpunit --testdox --coverage-text --displa
vendor/bin/infection --threads=max --git-diff-filter=AM --min-msi=80 --min-covered-msi=80 \
--coverage=build/coverage

# Update default config in documentation
bin/console config:dump-reference antispam > docs/includes/default-config.yaml

echo "All good, ready for commit!"
5 changes: 0 additions & 5 deletions bin/update-docs

This file was deleted.

0 comments on commit ed5c79a

Please sign in to comment.