/** * @return ProfileRegistry */ protected function getDefaultProfileRegistry() { return ProfileRegistryBuilder::newInstance(); }
public function testNewInstance() { $this->assertEquals(new ProfileRegistryBuilder(), ProfileRegistryBuilder::newInstance()); }