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 2ae1a4a commit ad4a98dCopy full SHA for ad4a98d
Makefile
@@ -48,6 +48,22 @@ e2e: vendor
48
php build/set004/bin/greet.phar > build/output
49
diff fixtures/set004/expected-output build/output
50
51
+tb: ## Run Blackfire profiling
52
+tb: vendor
53
+ rm -rf build
54
+ #
55
+ # As of now, files included in `autoload-dev` are not excluded from the
56
+ # classmap.
57
58
+ # See: https://github.com/composer/composer/issues/6457
59
60
+ # As a result, the the flag `--no-dev` for `composer install` cannot
61
+ # be used and `box.json.dist` must include the `tests` directory
62
63
+ composer install --prefer-dist --classmap-authoritative
64
+ blackfire --new-reference run bin/php-scoper add-prefix -f -q
65
+ composer install
66
+
67
68
##
69
## Rules from files
0 commit comments