Skip to content

Test improvement

Created by: peter279k

Changed log

  • Using the assertIsString to expected type is string.
  • Using the assertIsObject to expected type is object.
  • Using the assertNotEmpty to expected type is set and not empty.
  • According to the PHPUnit fixtures reference, the setUp method is protected function setUp(): void.

Merge request reports