Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-03-23-18-42-19
[civicrm-core.git] / tests / phpunit / CRM / Extension / BrowserTest.php
index 1c177d99d6b1a728c2337d654684e9e9584af545..811d5f1cbffca1c1f9b5f83b6b699c10a810ca4c 100644 (file)
@@ -67,4 +67,5 @@ class CRM_Extension_BrowserTest extends CiviUnitTestCase {
     $info = $browser->getExtension('test.crm.extension.browsertest.nonexistent');
     $this->assertEquals(NULL, $info);
   }
+
 }