Example #1
0
 public function testReturnFallback()
 {
     $context = new Context(new \stdClass());
     $this->assertInstanceOf('\\stdClass', $context->getFallbackStrategy());
 }