public function testGetName() { $this->assertSame('home', $this->object->getName()); }
public function registerClassTypeImplementation(ClassTypeImplementation $classImplementation) { $this->classImplementations[$classImplementation->getName()] = $classImplementation; return $this; }