コード例 #1
0
 public function test_can_set_name()
 {
     $this->append->name('name');
     $this->assertEquals('name', $this->append->getName());
 }