We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdb0a9 commit 7067a4aCopy full SHA for 7067a4a
Makefile
@@ -34,11 +34,10 @@ update: ##@Project Install/Update all 3rd party dependencies
34
test-all: ##@Project Run all project tests at once
35
@make test
36
@make codestyle
37
- @composer install --working-dir="`pwd`/tests/fixtures/testJBZooToolbox" --no-dev
38
- @make prepare-examples
39
40
41
prepare-examples:
+ @composer install --working-dir="`pwd`/tests/fixtures/testJBZooToolbox" --no-dev
42
@make prepare-one-example OUTPUT="tp" TEST_PATH="`pwd`/tests/fixtures/testJBZooToolbox"
43
@make prepare-one-example OUTPUT="self" TEST_PATH="`pwd`"
44
0 commit comments