public function testConstructor() { $manager = new ExtensionManager([new KeyedExtension('a'), new KeyedExtension('b')]); $this->assertCount(2, $manager->all()); }