コード例 #1
0
 public function testGetName()
 {
     $decorator = new Decorator();
     $this->assertSame('decorator', $decorator->getName());
 }