Ejemplo n.º 1
0
 public function testValueCanBeAPhrase()
 {
     $oTerm = new Sequin\Term('"phrase"');
     $this->assertEquals('"phrase"', $oTerm->value());
     $this->assertEquals('"phrase"', $oTerm->toString());
 }