Example #1
0
 public function testComputedTags()
 {
     $context = new Context('name');
     $context->addComputedTag('first');
     $this->assertTrue($context->applies('name:first'));
 }