예제 #1
0
 /**
  * @covers Nasqueron\Notifications\Phabricator\ProjectsMap::offsetSet
  */
 public function testOffsetSet()
 {
     $this->map->offsetSet("newkey", "quux");
     $this->assertSame("quux", $this->map->offsetGet("newkey"));
 }