Пример #1
0
 public function testRegisterType()
 {
     $this->assertMethodChaining($this->object->registerType('VibrantAcknowledgment', $this->type), 'registerType');
     $this->assertSame($this->type, $this->object->getType('VibrantAcknowledgment'));
     $this->assertTrue($this->object->hasType('VibrantAcknowledgment'));
 }