X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FCore%2FManagedEntitiesTest.php;h=2f38ee2d903cbefe97ab6184b429560009b792c1;hb=1b7f28641258a752d96349cd87c984beba844316;hp=0c1e2be9cc2fbc25c2f55357b1b013971cfac8e8;hpb=82fd7aef5afb57464121d60e237c626cf5752333;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Core/ManagedEntitiesTest.php b/tests/phpunit/CRM/Core/ManagedEntitiesTest.php index 0c1e2be9cc..2f38ee2d90 100644 --- a/tests/phpunit/CRM/Core/ManagedEntitiesTest.php +++ b/tests/phpunit/CRM/Core/ManagedEntitiesTest.php @@ -377,7 +377,7 @@ class CRM_Core_ManagedEntitiesTest extends CiviUnitTestCase { $this->assertEquals('CRM_Example_One_Foo', $foo['name']); $this->assertDBQuery(1, 'SELECT count(*) FROM civicrm_option_value WHERE name = "CRM_Example_One_Foo"'); - // then destory module; note that decls go away + // then destroy module; note that decls go away unset($this->modules['one']); $me = new CRM_Core_ManagedEntities($this->modules, array()); $me->reconcile();