diff --git a/phpunit/phpunit/4.7/phpunit.xml.dist b/phpunit/phpunit/4.7/phpunit.xml.dist index 5e908971..195c8eea 100644 --- a/phpunit/phpunit/4.7/phpunit.xml.dist +++ b/phpunit/phpunit/4.7/phpunit.xml.dist @@ -30,10 +30,6 @@ - - diff --git a/phpunit/phpunit/9.3/phpunit.xml.dist b/phpunit/phpunit/9.3/phpunit.xml.dist index af3f1474..6c4bfed7 100644 --- a/phpunit/phpunit/9.3/phpunit.xml.dist +++ b/phpunit/phpunit/9.3/phpunit.xml.dist @@ -33,10 +33,6 @@ - - diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json index ce11be6c..edccf171 100644 --- a/symfony/panther/1.0/manifest.json +++ b/symfony/panther/1.0/manifest.json @@ -12,5 +12,13 @@ "#RUN wget -q https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz; \\", "#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz -C /usr/bin; \\", "#\trm geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz" + ], + "add-lines": [ + { + "file": "phpunit.xml.dist", + "content": " ", + "position": "after_target", + "target": "" + } ] } diff --git a/symfony/panther/1.0/post-install.txt b/symfony/panther/1.0/post-install.txt index 92990e34..d059724e 100644 --- a/symfony/panther/1.0/post-install.txt +++ b/symfony/panther/1.0/post-install.txt @@ -7,6 +7,3 @@ vendor/bin/bdi detect drivers This step is not necessary when using Docker. - - * To use Panther with PHPUnit, - uncomment the snippet registering the Panther extension in phpunit.xml.dist diff --git a/symfony/phpunit-bridge/5.1/phpunit.xml.dist b/symfony/phpunit-bridge/5.1/phpunit.xml.dist index 0bd20c85..60c31a07 100644 --- a/symfony/phpunit-bridge/5.1/phpunit.xml.dist +++ b/symfony/phpunit-bridge/5.1/phpunit.xml.dist @@ -31,10 +31,6 @@ - - diff --git a/symfony/phpunit-bridge/5.3/phpunit.xml.dist b/symfony/phpunit-bridge/5.3/phpunit.xml.dist index af3f1474..6c4bfed7 100644 --- a/symfony/phpunit-bridge/5.3/phpunit.xml.dist +++ b/symfony/phpunit-bridge/5.3/phpunit.xml.dist @@ -33,10 +33,6 @@ - -