Example #1
0
 public function testGetStrategy()
 {
     $context = new Context(new \stdClass());
     $this->assertEquals('pugx.godfather.test.context.ticket', $context->getStrategyName(new Ticket()));
 }