public function testGetName()
 {
     $decorator = new Decorator();
     $this->assertSame('decorator', $decorator->getName());
 }