Closed carusogabriel closed 6 years ago
Continuing to refactory tests, like #309, I used:
assertInternalType
is_*
assertCount
count
assertArrayNotHasKey
array_key_exists
Thanks @carusogabriel!
Continuing to refactory tests, like #309, I used:
assertInternalType
instead ofis_*
functions;assertCount
instead ofcount
function;assertArrayNotHasKey
instead ofarray_key_exists
function.