Test improvement
Created by: peter279k
Changed log
- Using the
assertIsString
to expected type isstring
. - Using the
assertIsObject
to expected type isobject
. - Using the
assertNotEmpty
to expected type is set and not empty. - According to the PHPUnit fixtures reference, the
setUp
method isprotected function setUp(): void
.