You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adriano Ferreira acc040f745 Append the bin dir on each listener iteration
The "composer install" can create the vendor/dir folders and be used as a script item on composer.json. Having another script running after it that relies on vendor/bir binaries (such as phpunit) will cause it to not find the binary. This fix addresses the issue by trying to append the path on each script iteration.
5 years ago
..
Autoload Fix tests for PSR-fix in optimized autoloader, refs #8397 5 years ago
Command Fixes from PHPStan (#7687) 6 years ago
Config Fixes from PHPStan (#7687) 6 years ago
Console Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 7 years ago
DependencyResolver Remove unused private methods 5 years ago
Downloader Resolves #8461: [ZipDownloader] Print `unzip` exit code when the command is failed 5 years ago
EventDispatcher Append the bin dir on each listener iteration 5 years ago
Fixtures Fix build 5 years ago
IO feat(buffer-io): add the possibility to set user inputs for interactive questions 6 years ago
Installer Add output for metapackage installs/updates/.. fixes #7586 6 years ago
Json Merge remote-tracking branch 'adrianosferreira/package-install-method-cli' 5 years ago
Mock Fixes from PHPStan (#7687) 6 years ago
Package Return two packages in PathRepository when on a feature branch, one for feature branch and one for the source branch it came from, fixes #8498, fixes #8477 5 years ago
Plugin Fixes from PHPStan (#7687) 6 years ago
Question Fixes from PHPStan (#7687) 6 years ago
Repository Merge branch '1.9' 5 years ago
Script Fix indenting 5 years ago
Util Merge branch '1.9' 5 years ago
AllFunctionalTest.php Make usage of foreach to improve readability 5 years ago
ApplicationTest.php Fix: Xdebug vs xdebug 5 years ago
CacheTest.php Fixes from PHPStan (#7687) 6 years ago
ComposerTest.php Fixes from PHPStan (#7687) 6 years ago
ConfigTest.php Fixes from PHPStan (#7687) 6 years ago
DefaultConfigTest.php Fixes from PHPStan (#7687) 6 years ago
FactoryTest.php Fix TestCase import 6 years ago
InstallerTest.php Merge branch '1.9' 5 years ago
TestCase.php Fixes from PHPStan (#7687) 6 years ago