コード例 #1
0
ファイル: MutableMapTest.php プロジェクト: webcodr/collection
 public function testIndex()
 {
     $map = new MutableMap('a', 'b');
     $this->assertEquals(1, $map->index('b'));
 }