예제 #1
0
파일: WordTest.php 프로젝트: bordeux/Lukas
 public function testToArray()
 {
     $arr = array('Expression' => 'Word', 'Term' => 'Lukas');
     $this->assertEquals($arr, $this->word->toArray());
 }