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