Exemplo n.º 1
0
 public function testGetName()
 {
     $expr = new MW_Common_Criteria_Expression_Sort_PHP('-', 'test');
     $this->assertEquals('test', $expr->getName());
 }