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