instaclick / php-webdriver

W3C and Selenium 2 webdriver "thin client" for php 5.3+ and namespaces.
Other
436 stars 62 forks source link

Load Mink Selenium 2 Driver package from source to have tests #133

Closed aik099 closed 6 months ago

aik099 commented 6 months ago

The MinkSelenium2Driver project has added its tests folder and phpunit.xml.dist file into .gitattributes and therefore they haven't downloaded anymore when using the --dist option of Composer.

I've updated Composer config so that it will use --prefer-dist for all packages, except the behat/mink-selenium2-driver.

aik099 commented 6 months ago

@robocoder , please review.

robocoder commented 6 months ago

Thanks. Apologies for the delay. I just returned from vacation.