Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4321' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework#4321
  • Loading branch information
weierophinney committed Apr 25, 2013
2 parents 79416d0 + b7ff540 commit 22eaf5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/check-cs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
cd "$(dirname $(dirname "$0"))"

libraryCS=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 ./library)
testsCS=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 ./tests)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<target
name="tests-parallel"
depends="prepare,composer-install"
depends="prepare,composer-install,get-cs-fixer"
description="Run tests for the various components in parallel"
>
<parallel threadCount="8">
Expand Down

0 comments on commit 22eaf5f

Please sign in to comment.