installEntitySchema('aggregator_feed'); $this->installEntitySchema('aggregator_item'); } /** * Tests creation of aggregator feed stubs. */ public function testFeedStub() { $this->performStubTest('aggregator_feed'); } /** * Tests creation of aggregator feed items. */ public function testItemStub() { $this->performStubTest('aggregator_item'); } }