コード例 #1
0
 public function testGetName()
 {
     $this->assertSame('home', $this->object->getName());
 }
コード例 #2
0
 public function registerClassTypeImplementation(ClassTypeImplementation $classImplementation)
 {
     $this->classImplementations[$classImplementation->getName()] = $classImplementation;
     return $this;
 }