Closed peter279k closed 3 years ago
assertContains
protected function setUp
protected function tearDown
@peter279k your fix is not passing the coding style check in PHP8.0. You need to remove thhe useless use in_array declaration. After which I'll merge the PR
use in_array
Fixed :).
Changed log
assertContains
to assert expected contains the specific key.protected function setUp
andprotected function tearDown
methods.