Add in Country and StateProvince APIv4 Entities
[civicrm-core.git] / tests / phpunit / api / v3 / MailingContactTest.php
index 423b6cbb3cce8c6c020261832d5accded4749478..0000fcf4fdb440a54e9a62d3d2ba5fa2c667f85f 100644 (file)
@@ -1,27 +1,11 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 5                                                  |
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2020                                |
- +--------------------------------------------------------------------+
- | This file is a part of CiviCRM.                                    |
- |                                                                    |
- | CiviCRM is free software; you can copy, modify, and distribute it  |
- | under the terms of the GNU Affero General Public License           |
- | Version 3, 19 November 2007 and the CiviCRM Licensing Exception.   |
+ | Copyright CiviCRM LLC. All rights reserved.                        |
  |                                                                    |
- | CiviCRM is distributed in the hope that it will be useful, but     |
- | WITHOUT ANY WARRANTY; without even the implied warranty of         |
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               |
- | See the GNU Affero General Public License for more details.        |
- |                                                                    |
- | You should have received a copy of the GNU Affero General Public   |
- | License and the CiviCRM Licensing Exception along                  |
- | with this program; if not, contact CiviCRM LLC                     |
- | at info[AT]civicrm[DOT]org. If you have questions about the        |
- | GNU Affero General Public License or the licensing of CiviCRM,     |
- | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
+ | This work is published under the GNU AGPLv3 license with some      |
+ | permitted exceptions and without any warranty. For full license    |
+ | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
 
@@ -31,7 +15,7 @@
  * @package CiviCRM_APIv3
  * @subpackage API_MailingContact
  *
- * @copyright CiviCRM LLC (c) 2004-2020
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
  * @version $Id: Job.php 30879 2010-11-22 15:45:55Z shot $
  */
 
@@ -57,20 +41,6 @@ class api_v3_MailingContactTest extends CiviUnitTestCase {
     parent::tearDown();
   }
 
-  /**
-   * Test that the api responds correctly to null params.
-   *
-   * Do not copy and paste.
-   *
-   * Tests like this that test the wrapper belong in the SyntaxConformance class
-   * (which already has a 'not array test)
-   * I have left this here in case 'null' isn't covered in that class
-   * but don't copy it only any other classes
-   */
-  public function testMailingNullParams() {
-    $this->callAPIFailure('MailingContact', 'get', NULL);
-  }
-
   public function testMailingContactGetFields() {
     $result = $this->callAPISuccess('MailingContact', 'getfields', [
       'action' => 'get',