mismatched classnames
authordemeritcowboy <demeritcowboy@hotmail.com>
Sun, 6 Sep 2020 21:19:44 +0000 (17:19 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sun, 6 Sep 2020 21:19:44 +0000 (17:19 -0400)
tests/phpunit/CRM/Contact/AllTests.php
tests/phpunit/CRM/Contact/BAO/RelationshipCacheTest.php

index 5329cd1b76a88c84e10ef6bc4e5dd73d7f37be70..e71083ed08ba5d9ecea7a81623a452a02c0cd04e 100644 (file)
@@ -1,8 +1,6 @@
 <?php
-// vim: set si ai expandtab tabstop=4 shiftwidth=4 softtabstop=4:
-
 /**
- *  File for the CRM_Contacts_AllTests class
+ *  File for the CRM_Contact_AllTests class
  *
  *  (PHP 5)
  *
@@ -34,7 +32,7 @@
  *
  * @package   CiviCRM
  */
-class CRM_Contacts_AllTests extends CiviTestSuite {
+class CRM_Contact_AllTests extends CiviTestSuite {
   private static $instance = NULL;
 
   /**
@@ -55,13 +53,3 @@ class CRM_Contacts_AllTests extends CiviTestSuite {
   }
 
 }
-// class CRM_Contacts_AllTests
-
-// -- set Emacs parameters --
-// Local variables:
-// mode: php;
-// tab-width: 4
-// c-basic-offset: 4
-// c-hanging-comment-ender-p: nil
-// indent-tabs-mode: nil
-// End:
index 9c5f900178ecf4dc2114c528624cc791a0b9d059..67fd78535ed8468fdf021ea5b9ce04807f915fda 100644 (file)
@@ -15,7 +15,7 @@
  * @package CiviCRM
  * @group headless
  */
-class RelationshipCacheTest extends CiviUnitTestCase {
+class CRM_Contact_BAO_RelationshipCacheTest extends CiviUnitTestCase {
 
   protected function setUp() {
     $this->useTransaction(TRUE);