GadgetFeatureRegistry = new GadgetFeatureRegistry(Config::get('features_path')); } /** * Cleans up the environment after running a test. */ protected function tearDown() { $this->GadgetFeatureRegistry = null; parent::tearDown(); } /** * Tests GadgetFeatureRegistry->__construct() */ public function test__construct() { $this->GadgetFeatureRegistry->__construct(Config::get('features_path')); } }