Example #1
0
 function testActiveStatusPropagatedToParent()
 {
     $parent = new T_Url_Collection('diff', 'https', 'example.com');
     $parent->addChild($this->url);
     $this->url->setActive();
     $this->assertTrue($parent->isActive());
 }