minkphp / Mink

PHP web browser emulator abstraction
https://mink.behat.org/
MIT License
1.6k stars 280 forks source link

tests: prepare for phpunit 10 #842

Open Chris53897 opened 1 year ago

Chris53897 commented 1 year ago

add static data generators fix deprecated file-structure for abstract test classes

codecov[bot] commented 1 year ago

Codecov Report

Merging #842 (842928e) into master (bf5977f) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #842   +/-   ##
=========================================
  Coverage     98.72%   98.72%           
  Complexity      374      374           
=========================================
  Files            24       24           
  Lines          1022     1022           
=========================================
  Hits           1009     1009           
  Misses           13       13           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

stof commented 1 year ago

@aik099 PHPUnit 10 does not allow have abstract classes ending with Test (older versions of PHPUnit were silently considering that those were not actually tests that should be loaded in the testsuite)

Chris53897 commented 1 year ago

I changed the Filenames. I hope everything is correct now