Skip to content

Commit 9eddf6a

Browse files
committed
minor #1779 Remove phpunit-bridge symlink (GromNaN)
This PR was merged into the 1.x branch. Discussion ---------- Remove phpunit-bridge symlink Tests in temporary projects are run in a distinct php process. The context in which the tests are performed is different to what is stated in this comment: #480 (comment) Also, that remove the requirement of `symfony/phpunit-bridge` for projects using the MakerTestCase. Commits ------- ab139a6 Remove phpunit-bridge symlink
2 parents 973c5b4 + ab139a6 commit 9eddf6a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Test/MakerTestEnvironment.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ private function buildFlexSkeleton(): void
269269
MakerTestProcess::create('composer require phpunit:1.1.* browser-kit symfony/css-selector --prefer-dist --no-progress --no-suggest', $this->flexPath)
270270
->run();
271271

272-
if (!$this->isWindows) {
273-
$this->fs->remove($this->flexPath.'/vendor/symfony/phpunit-bridge');
274-
275-
$this->fs->symlink($rootPath.'/vendor/symfony/phpunit-bridge', $this->flexPath.'/vendor/symfony/phpunit-bridge');
276-
}
277-
278272
$replacements = [
279273
// temporarily ignoring indirect deprecations - see #237
280274
[

0 commit comments

Comments
 (0)