minkphp / driver-testsuite

Functional testsuite for Mink drivers
MIT License
8 stars 28 forks source link

Fixed return type of the "testDragDropOntoHiddenItself" test #95

Closed aik099 closed 2 months ago

aik099 commented 5 months ago

Corrects PhpStan report on #59, which was merged last week.

 ------ ---------------------------------------------------------------------------------------------------------------- 
  Line   tests/Js/JavascriptTest.php                                                                                     
 ------ ---------------------------------------------------------------------------------------------------------------- 
  34     Method Behat\Mink\Tests\Driver\Js\JavascriptTest::testDragDropOntoHiddenItself() has no return type specified.  
 ------ ---------------------------------------------------------------------------------------------------------------- 

P.S. I'm not sure why, but no GitHub Actions were executed on that PR and therefore PhpStan wasn't able to report this prior to PR merging.

aik099 commented 2 months ago

Thank you, @stof .