Merge pull request #71 from dpradeep/merge-20140930
[civicrm-core.git] / tests / phpunit / WebTest / Contact / TagAddTest.php
index f43ecdfb1775b2af8cab17067686062e85196a33..a98b87bd69b2d8448c9662f720a61ecd1e3e0cac 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  +--------------------------------------------------------------------+
 */
 
-
 require_once 'CiviTest/CiviSeleniumTestCase.php';
+
+/**
+ * Class WebTest_Contact_TagAddTest
+ */
 class WebTest_Contact_TagAddTest extends CiviSeleniumTestCase {
 
   protected function setUp() {
@@ -109,4 +112,3 @@ class WebTest_Contact_TagAddTest extends CiviSeleniumTestCase {
   }
 }
 
-