@@ -250,6 +250,9 @@ |
||
| 250 | 250 | $addPluginReflection->invoke($this->composer->getPluginManager(), $plugin); |
| 251 | 251 | } |
| 252 | 252 | |
| 253 | + /** |
|
| 254 | + * @param string $expectedOutput |
|
| 255 | + */ |
|
| 253 | 256 | private function assertSameOutput($expectedOutput, $message = '') |
| 254 | 257 | { |
| 255 | 258 | if ('@package_version@' === Composer::VERSION) { |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Composer\Repository\RepositoryManager; |
| 13 | 13 | use Composer\Script\Event; |
| 14 | 14 | use Composer\Script\ScriptEvents; |
| 15 | -use Composer\Semver\Semver; |
|
| 16 | 15 | |
| 17 | 16 | /** |
| 18 | 17 | * @author Sullivan Senechal <[email protected]> |