Skip to content

Commit 0b4843b

Browse files
authored
Implement the specifications (#94)
Make the unit tests green again.
1 parent 74c2623 commit 0b4843b

File tree

92 files changed

+1648
-1961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1648
-1961
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ e2e: bin/scoper.phar fixtures/set005/vendor fixtures/set011/vendor
8181
tb: ## Run Blackfire profiling
8282
tb: vendor
8383
rm -rf build
84+
rm -rf vendor-bin/*/vendor
8485

8586
composer install --no-dev --prefer-dist --classmap-authoritative
86-
blackfire --new-reference run bin/php-scoper add-prefix -f -q
87+
blackfire --new-reference run php -d zend.enable_gc=0 bin/php-scoper add-prefix --force --quiet
8788
composer install
8889

8990

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
"require": {
2121
"php": "^7.1",
22-
"myclabs/deep-copy": "^1.6",
2322
"nikic/php-parser": "^3.0",
2423
"ocramius/package-versions": "^1.1",
2524
"padraic/phar-updater": "^1.0",

composer.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)