Пример #1
0
 /**
  * @depends testRegisterType
  */
 public function testIteration()
 {
     $this->assertSame(0, $this->object->getIterator()->count());
     $this->object->registerType('VibrantAcknowledgment', $this->type);
     $this->assertSame(1, $this->object->getIterator()->count());
 }