CRM_Utils_API_ReloadOptionTest - Fix typo
authorTim Otten <totten@civicrm.org>
Mon, 26 Aug 2013 06:29:44 +0000 (23:29 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 26 Aug 2013 06:29:44 +0000 (23:29 -0700)
tests/phpunit/CRM/Utils/API/ReloadOptionTest.php

index b7bd307ecc018bcb6ed7a9d7797df19eca0098a6..23b18a8954f3cbc897c342210c17539670b3f0d3 100644 (file)
@@ -13,7 +13,7 @@ class CRM_Utils_API_ReloadOptionTest extends CiviUnitTestCase {
 
   function setUp() {
     parent::setUp();
-    CRM_utils_Hook_UnitTests::singleton()->setHook('civicrm_post', array($this, 'onPost'));
+    CRM_Utils_Hook_UnitTests::singleton()->setHook('civicrm_post', array($this, 'onPost'));
   }
 
   /**