Example #1
0
 public function testToArray()
 {
     $array = ['Expression' => 'Text', 'Term' => 'phrase'];
     $this->assertEquals($array, $this->text->toArray());
 }