Exemplo n.º 1
0
 public function test_forceSet_RedirectedToMain()
 {
     $map = $this->mockIMap();
     $testMap = new TestMap($map);
     $map->expects($this->once())->method('forceSet')->with('a', \stdClass::class, Type::Singleton);
     $testMap->forceSet('a', \stdClass::class, Type::Singleton);
 }