/** * @depends testConstruct */ public function testCount(PluginCollection $collection) { $this->assertEquals(2, $collection->count()); }