Example #1
0
 public function testGetRawTextEmpty()
 {
     $data = array('text' => 'dummytest', 'start' => 10, 'end' => 22, 'position' => 2, 'positionHistory' => array(2, 1), 'type' => '<dummytype>');
     $item = new Item($data);
     $this->assertEquals(null, $item->getRawText());
 }