X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FExtension%2FBrowserTest.php;h=811d5f1cbffca1c1f9b5f83b6b699c10a810ca4c;hb=fd57ced7b04d32d5fab5e68c1b12aedbf35c2ad8;hp=1c177d99d6b1a728c2337d654684e9e9584af545;hpb=86bfa4f6487e37328f4b18c50cab27958311a0d2;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Extension/BrowserTest.php b/tests/phpunit/CRM/Extension/BrowserTest.php index 1c177d99d6..811d5f1cbf 100644 --- a/tests/phpunit/CRM/Extension/BrowserTest.php +++ b/tests/phpunit/CRM/Extension/BrowserTest.php @@ -67,4 +67,5 @@ class CRM_Extension_BrowserTest extends CiviUnitTestCase { $info = $browser->getExtension('test.crm.extension.browsertest.nonexistent'); $this->assertEquals(NULL, $info); } + }