"A company with the name is valid.", 'not_found' => "A company with the name does not exist!!!", 'invalid_name' => "The company name is empty, please, write the name!!!", ]; $factory = new MessageByNameFactory($name); $this->assertEquals($factory->create(), $expected_messages); } }