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