function testGetAllComponentAdaptersOfType() { $pico = new DefaultPicoContainer(); $pico->regComponent(new ConstructorInjectionComponentAdapter('boy', 'Boy')); $this->assertNotNull($pico->getComponentAdaptersOfType('Boy')); }