minkphp / phpunit-mink

Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.
BSD 3-Clause "New" or "Revised" License
70 stars 20 forks source link

Confirm, that session strategy is correctly set during suite building #98

Closed aik099 closed 7 years ago

aik099 commented 7 years ago
  1. confirms, that session strategy is set during test suite building
  2. update Travis to fix PHP 5.3 build
  3. update Travis to test on PHP 7.1

Related to #96