/**
  * @expectedException \BadMethodCallException
  */
 public function testMapAddMethodCannotAcceptOneArgument()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->addMapItem("item1");
 }