Exemplo n.º 1
0
 public function testToArray()
 {
     $arr = array('Expression' => 'Word', 'Term' => 'Lukas');
     $this->assertEquals($arr, $this->word->toArray());
 }