diff --git a/tests/Domain/data/brands/brand_invalid_name.php b/tests/Domain/data/brands/brand_invalid_name.php index 6a4b0c6..f651016 100644 --- a/tests/Domain/data/brands/brand_invalid_name.php +++ b/tests/Domain/data/brands/brand_invalid_name.php @@ -11,6 +11,8 @@ 'state' => 'statetest', 'country' => 'countrytest', 'email' => 'email@test.com', + 'contactEmail' => 'email2@test.com', + 'replyToEmail' => 'email3@test.com', 'url' => 'http://www.test.com', 'voice' => 'voicetest', 'fax' => 'faxtest', diff --git a/tests/Domain/data/brands/brand_valid.php b/tests/Domain/data/brands/brand_valid.php index fd92fe3..3deaf9c 100644 --- a/tests/Domain/data/brands/brand_valid.php +++ b/tests/Domain/data/brands/brand_valid.php @@ -11,6 +11,8 @@ 'state' => 'statetest', 'country' => 'countrytest', 'email' => 'email@test.com', + 'contactEmail' => 'email2@test.com', + 'replyToEmail' => 'email3@test.com', 'url' => 'http://www.test.com', 'voice' => 'voicetest', 'fax' => 'faxtest',