/**
  * Running testcase testRepresent().
  *
  * @return void
  */
 public function testRepresent()
 {
     $this->assertSame(array('b' => 12, 'a' => 'abc'), $this->object->represent());
 }