コード例 #1
0
 /**
  * @todo Implement testClear().
  */
 public function testClear()
 {
     $this->fixture();
     $this->assertEquals(3, $this->object->count());
     $this->object->clear();
     $this->assertEquals(0, $this->object->count());
 }
コード例 #2
0
 function addEmptyAccent()
 {
     parent::append(null);
 }
コード例 #3
0
 function __construct($id)
 {
     parent::__construct();
     $this->setId($id);
 }