Refactor the validation tests and remove example test.
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-21 14:48:57 +03:00
parent 8c62393d3f
commit 8fda7eae83
5 changed files with 29 additions and 65 deletions
@@ -34,7 +34,7 @@ class ItemValidationByNameTest extends TestCase
/**
* @dataProvider dataProvider
*/
public function testCityValidationWithName(string $name, string $key, string $message, bool $isValid): void
public function testItemValidationWithName(string $name, string $key, string $message, bool $isValid): void
{
$validator = new ItemValidationByName($name);
$json = $validator->getMessageMap();